diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-12 07:42:32 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-12 07:42:32 +0200 |
commit | 769d7886cceec048dcd4aa67236b5971891418c3 (patch) | |
tree | e88daa3a94cea72240489eafb975cb0d75cd641f /doc/gawktexi.in | |
parent | 4518d0d3c80d8c616a8a7f65548fde4866495289 (diff) | |
download | egawk-769d7886cceec048dcd4aa67236b5971891418c3.tar.gz egawk-769d7886cceec048dcd4aa67236b5971891418c3.tar.bz2 egawk-769d7886cceec048dcd4aa67236b5971891418c3.zip |
Small doc fix.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 53b24f37..61575e42 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -16272,7 +16272,7 @@ right to left. For example: @example i = 5 -j = atan2(i++, i *= 2) +j = atan2(++i, i *= 2) @end example If the order of evaluation is left to right, then @code{i} first becomes |