FIx typo in #:retry docs for _fun.

This commit is contained in:
Leif Andersen 2017-05-30 08:46:10 -04:00
parent 06b69c625f
commit ea778e1dd9

View File

@ -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