summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/metafun/metafun-basics.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/metafun/metafun-basics.tex')
-rw-r--r--doc/context/sources/general/manuals/metafun/metafun-basics.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/context/sources/general/manuals/metafun/metafun-basics.tex b/doc/context/sources/general/manuals/metafun/metafun-basics.tex
index 02f208132..3eeefee22 100644
--- a/doc/context/sources/general/manuals/metafun/metafun-basics.tex
+++ b/doc/context/sources/general/manuals/metafun/metafun-basics.tex
@@ -1951,7 +1951,7 @@ the point and rotates afterwards. Because each consecutive point on the path is
rotated an additional 90 degrees, we use the \METAPOST\ macro \type {hide} to
isolate the assignment. The \type {hide} command executes the hidden command and
afterwards continues as if it were never there. You must not confuse this with
-grouping, since the hidden commands are visible to its surroundings.
+grouping, since the hidden commands are visible to their surroundings.
\startbuffer[c]
def qq = q hide(q := q rotated 90) enddef ;