diff options
author | Bernard Duggan <[email protected]> | 2011-03-23 10:55:10 +1100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-04-01 14:49:51 +0200 |
commit | 30f3f25d7c358ee65444621335692162de24a94f (patch) | |
tree | 874938c9ed4e559170565233d3bac93a6103b989 /lib/stdlib/doc/src/binary.xml | |
parent | aa69482e98b02e99ff8c9dea6434daedf637aee9 (diff) | |
download | otp-30f3f25d7c358ee65444621335692162de24a94f.tar.gz otp-30f3f25d7c358ee65444621335692162de24a94f.tar.bz2 otp-30f3f25d7c358ee65444621335692162de24a94f.zip |
Compile fixes for earlier documentation fixes
Fixed a couple of compilation errors. Also backed out a tiny change
that had already been added by Tuncer Ayaz in his binary-part-typo
branch.
Diffstat (limited to 'lib/stdlib/doc/src/binary.xml')
-rw-r--r-- | lib/stdlib/doc/src/binary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml index da038bf30c..c5eb81a86a 100644 --- a/lib/stdlib/doc/src/binary.xml +++ b/lib/stdlib/doc/src/binary.xml @@ -485,7 +485,7 @@ <code> 1> Bin = <<1,2,3,4,5,6,7,8,9,10>>. -2> binary:part(Bin,{byte_size(Bin), -5)}). +2> binary:part(Bin,{byte_size(Bin), -5)). <<6,7,8,9,10>> </code> |