diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 08:29:54 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 08:29:54 +0200 |
commit | 99fb2a4c290eaf98d9b44d05908579b8423c0940 (patch) | |
tree | 368f6204100fe35c74e60c05e1e781c8a48b0999 /doc/gawk.texi | |
parent | 45b51d1ceba490e2950097f45ddb591bb03b0eed (diff) | |
parent | 04601220d136004d188b392945a475cedcaacb03 (diff) | |
download | egawk-99fb2a4c290eaf98d9b44d05908579b8423c0940.tar.gz egawk-99fb2a4c290eaf98d9b44d05908579b8423c0940.tar.bz2 egawk-99fb2a4c290eaf98d9b44d05908579b8423c0940.zip |
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 3c31cef5..9015d5f4 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -19516,7 +19516,7 @@ are reduced to fit within the range.} However, when using arbitrary precision arithmetic with the @option{-M} option (@pxref{Arbitrary Precision Arithmetic}), the results may differ. -This is particularly noticable with the @code{compl()} function: +This is particularly noticeable with the @code{compl()} function: @example $ @kbd{gawk 'BEGIN @{ print compl(42) @}'} @@ -19578,7 +19578,7 @@ are reduced to fit within the range.} However, when using arbitrary precision arithmetic with the @option{-M} option (@pxref{Arbitrary Precision Arithmetic}), the results may differ. -This is particularly noticable with the @code{compl()} function: +This is particularly noticeable with the @code{compl()} function: @example $ @kbd{gawk 'BEGIN @{ print compl(42) @}'} |