aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authormr c0b <[email protected]>2017-05-02 12:23:00 +1130
committerDerek <[email protected]>2017-05-02 23:25:18 -0700
commit6fa089792c1e323ded81031da17a379d134ccb0c (patch)
tree4e096b8b174232782a4fa238fe34f29430a6fa69 /system
parentefcb91bce9c95f53268ad6cbb43677ba12948bce (diff)
downloadotp-6fa089792c1e323ded81031da17a379d134ccb0c.tar.gz
otp-6fa089792c1e323ded81031da17a379d134ccb0c.tar.bz2
otp-6fa089792c1e323ded81031da17a379d134ccb0c.zip
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 107e403903..64e9d54a3c 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>