aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-05-05 14:44:57 +0200
committerGitHub <[email protected]>2017-05-05 14:44:57 +0200
commitfb36f1f4ee74f680330d65c2c81b6b8e042b5735 (patch)
tree5b9d49f1b0b08ee49bf69455fa28d60ee248cc7b /system
parent7cf3f875a4b19cb10618757ab1744a67cc083ad1 (diff)
parent6fa089792c1e323ded81031da17a379d134ccb0c (diff)
downloadotp-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')
-rw-r--r--system/doc/reference_manual/data_types.xml2
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
&lt;&lt;"77">>
16> <input>float_to_binary(7.0).</input>
&lt;&lt;"7.00000000000000000000e+00">>
-17> <input>binary_to_float(&lt;&lt;"7.000e+00>>").</input>
+17> <input>binary_to_float(&lt;&lt;"7.000e+00">>).</input>
7.0</pre>
</section>
</chapter>