From ea778e1dd929b5b2c90fc2aae54b0fc583ad5523 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Tue, 30 May 2017 08:46:10 -0400 Subject: [PATCH] FIx typo in #:retry docs for _fun. --- pkgs/racket-doc/scribblings/foreign/types.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/foreign/types.scrbl b/pkgs/racket-doc/scribblings/foreign/types.scrbl index 5f0a06e381..34f975354e 100644 --- a/pkgs/racket-doc/scribblings/foreign/types.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/types.scrbl @@ -800,8 +800,8 @@ specifications: _string _int ->> (r : _int) ->> (if (and (= r ERR_BUSY) (< count 5)) - (retry (add1 count)) - r)) + (again (add1 count)) + r)) ] produces a wrapper that calls the foreign function up to five