aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/random.xml
diff options
context:
space:
mode:
authorDerek Brown <[email protected]>2015-11-04 16:05:33 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-11-04 16:20:16 +0100
commitdc6d89bc1c08e15f8d4cd32f2e0886713cdc2dc2 (patch)
treef4a34edf7c77f7a0372121c82d0523252cfd6b32 /lib/stdlib/doc/src/random.xml
parent4ddb88db95442d18abe654ba1ff788e98eebe375 (diff)
downloadotp-dc6d89bc1c08e15f8d4cd32f2e0886713cdc2dc2.tar.gz
otp-dc6d89bc1c08e15f8d4cd32f2e0886713cdc2dc2.tar.bz2
otp-dc6d89bc1c08e15f8d4cd32f2e0886713cdc2dc2.zip
Fix typos and grammar
Diffstat (limited to 'lib/stdlib/doc/src/random.xml')
-rw-r--r--lib/stdlib/doc/src/random.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/random.xml b/lib/stdlib/doc/src/random.xml
index a1bf67d332..d3d7c90c31 100644
--- a/lib/stdlib/doc/src/random.xml
+++ b/lib/stdlib/doc/src/random.xml
@@ -148,7 +148,7 @@ random:seed(erlang:phash2([node()]),
<p>The implementation changed in R15. Upgrading to R15 will break
applications that expect a specific output for a given seed. The output
is still deterministic number series, but different compared to releases
- older than R15. The seed <c>{0,0,0}</c> will for example no longer
+ older than R15. The seed <c>{0,0,0}</c> will, for example, no longer
produce a flawed series of only zeros.</p>
</section>
</erlref>