aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 317635fa..446f9c3e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -12054,7 +12054,7 @@ argument to @code{sub()} or @code{gsub()}, they retain their type. Thus,
if you have something like this:
@example
-re = @/don't panic/
+re = @@/don't panic/
sub(/don't/, "do", re)
print typeof(re), re
@end example