Skip to content

Commit 9d654a8

Browse files
committed
fix a typo in recur docs
1 parent db5c6aa commit 9d654a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/src/defs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3091,7 +3091,7 @@ primitive!(
30913091
/// : Fib ← recur(▽⊙1<2|⊃[-1|-2]|/+)
30923092
/// : Fib 10
30933093
///
3094-
/// The results of a node's children will be passed to the third function as an array. The creation of this array will fail if the results of the children have incompatible shapes. There is an acception for box lists, which will be [join]ed instead of used as rows. This makes it possible to combine variable-length lists.
3094+
/// The results of a node's children will be passed to the third function as an array. The creation of this array will fail if the results of the children have incompatible shapes. There is an exception for box lists, which will be [join]ed instead of used as rows. This makes it possible to combine variable-length lists.
30953095
/// One example use case for this is listing all files in all subdirectories.
30963096
/// ex: # Experimental!
30973097
/// : ListFiles ← recur&fif&fld∘

0 commit comments

Comments
 (0)