Skip to content

Commit ad452d5

Browse files
authored
fix small typo (#90)
1 parent 8140ebc commit ad452d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/advanced-operators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The ``(_)`` is the number of arguments you want in advance. So for a 2-parameter
4040
SumSeq(s) == IF s = <<>> THEN 0 ELSE
4141
Head(s) + SumSeq(Tail(s))
4242

43-
Easy. In fac we can put the ``RECURSIVE`` part inside a `LET`, to make a helper op:
43+
Easy. In fact we can put the ``RECURSIVE`` part inside a `LET`, to make a helper op:
4444

4545
::
4646

0 commit comments

Comments
 (0)