summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libfunctional.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libfunctional.tex')
-rw-r--r--Doc/lib/libfunctional.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfunctional.tex b/Doc/lib/libfunctional.tex
index 86b1483..367eeef 100644
--- a/Doc/lib/libfunctional.tex
+++ b/Doc/lib/libfunctional.tex
@@ -38,7 +38,7 @@ they extend and override \var{keywords}. Roughly equivalent to:
The \function{partial} is used for partial function application which
``freezes'' some portion of a function's arguments and/or keywords
-resulting in an new object with a simplified signature. For example,
+resulting in a new object with a simplified signature. For example,
\function{partial} can be used to create a callable that behaves like
the \function{int} function where the \var{base} argument defaults to
two: