aboutsummaryrefslogtreecommitdiffstats
path: root/doc/it/gawktexi.in
diff options
context:
space:
mode:
authorAntonio Giovanni Colombo <azc100@gmail.com>2021-11-18 21:11:12 +0100
committerAntonio Giovanni Colombo <azc100@gmail.com>2021-11-18 21:11:12 +0100
commitf75d149be03ada58d261e4e2c501e648e55fd66c (patch)
tree9f3554fdb63aa1c64d998b6af0e0e74f629c0ce7 /doc/it/gawktexi.in
parent0c02a53775a80fe10dcd2b0ae5e857c1f22f8727 (diff)
downloadegawk-f75d149be03ada58d261e4e2c501e648e55fd66c.tar.gz
egawk-f75d149be03ada58d261e4e2c501e648e55fd66c.tar.bz2
egawk-f75d149be03ada58d261e4e2c501e648e55fd66c.zip
Corrected a typo
Diffstat (limited to 'doc/it/gawktexi.in')
-rwxr-xr-xdoc/it/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 92f8e733..c3f67b67 100755
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -12505,7 +12505,7 @@ fortemente tipizzate sono usate come terzo argomento nelle chiamate a
Quindi, in un caso come quello di quest'esempio:
@example
-re = @/non allarmatevi!/
+re = @@/non allarmatevi!/
sub(/non/, "", re)
print typeof(re), re
@end example