diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lang.txt b/doc/lang.txt index c5afca4..0f14322 100644 --- a/doc/lang.txt +++ b/doc/lang.txt @@ -858,7 +858,7 @@ TABLE OF CONTENTS: trait iterable @it -> @val = __iternext__ : (itp : @it#, valp : @val# -> bool) - __iterfin : (itp : @it#, valp : @val# -> bool) + __iterfin__ : (itp : @it#, valp : @val# -> void) ;; A for loop iterating over an iterable will call __iternext__ |