diff options
author | Tuncer Ayaz <[email protected]> | 2011-05-31 10:45:07 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:07 +0200 |
commit | 050328b23b8ff8e0536ecfdd3ab67e309a42d487 (patch) | |
tree | b8afef25215e4e657b4502c5e85527cc12762466 /erts/doc/src | |
parent | 68c96ca855821adb42a25ced5b69446ae7ccc635 (diff) | |
download | otp-050328b23b8ff8e0536ecfdd3ab67e309a42d487.tar.gz otp-050328b23b8ff8e0536ecfdd3ab67e309a42d487.tar.bz2 otp-050328b23b8ff8e0536ecfdd3ab67e309a42d487.zip |
Fix trivial typos in erlang(3)
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 84d4160e6a..2fabc6d62d 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -5950,7 +5950,7 @@ true</pre> </item> <tag><c>wordsize</c></tag> <item> - <p>Same as <c>{wordsize, internal}</c></p> + <p>Same as <c>{wordsize, internal}.</c></p> </item> <tag><c>{wordsize, internal}</c></tag> <item> @@ -5959,7 +5959,7 @@ true</pre> and on a pure 64-bit architecture 8 is returned. On a halfword 64-bit emulator, 4 is returned, as the Erlang terms are stored using a virtual wordsize of half the - systems wordsize.</p> + system's wordsize.</p> </item> <tag><c>{wordsize, external}</c></tag> <item> |