diff options
author | mr c0b <[email protected]> | 2017-05-02 12:23:00 +1130 |
---|---|---|
committer | Derek <[email protected]> | 2017-05-02 23:25:18 -0700 |
commit | 6fa089792c1e323ded81031da17a379d134ccb0c (patch) | |
tree | 4e096b8b174232782a4fa238fe34f29430a6fa69 /system/doc | |
parent | efcb91bce9c95f53268ad6cbb43677ba12948bce (diff) | |
download | otp-6fa089792c1e323ded81031da17a379d134ccb0c.tar.gz otp-6fa089792c1e323ded81031da17a379d134ccb0c.tar.bz2 otp-6fa089792c1e323ded81031da17a379d134ccb0c.zip |
system/doc/reference_manual/: fix a typo
Diffstat (limited to 'system/doc')
-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 107e403903..64e9d54a3c 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> |