diff options
author | Hans Bolinder <[email protected]> | 2017-05-05 14:44:57 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-05 14:44:57 +0200 |
commit | fb36f1f4ee74f680330d65c2c81b6b8e042b5735 (patch) | |
tree | 5b9d49f1b0b08ee49bf69455fa28d60ee248cc7b /system/doc/reference_manual | |
parent | 7cf3f875a4b19cb10618757ab1744a67cc083ad1 (diff) | |
parent | 6fa089792c1e323ded81031da17a379d134ccb0c (diff) | |
download | otp-fb36f1f4ee74f680330d65c2c81b6b8e042b5735.tar.gz otp-fb36f1f4ee74f680330d65c2c81b6b8e042b5735.tar.bz2 otp-fb36f1f4ee74f680330d65c2c81b6b8e042b5735.zip |
Merge pull request #1437 from c0b/fix-typo/reference-manual
system/doc/reference_manual/: fix a typo
Diffstat (limited to 'system/doc/reference_manual')
-rw-r--r-- | system/doc/reference_manual/data_types.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/data_types.xml b/system/doc/reference_manual/data_types.xml index 58734dcd3c..93c679357b 100644 --- a/system/doc/reference_manual/data_types.xml +++ b/system/doc/reference_manual/data_types.xml @@ -452,7 +452,7 @@ hello <<"77">> 16> <input>float_to_binary(7.0).</input> <<"7.00000000000000000000e+00">> -17> <input>binary_to_float(<<"7.000e+00>>").</input> +17> <input>binary_to_float(<<"7.000e+00">>).</input> 7.0</pre> </section> </chapter> |