aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/random.xml
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-11-09 12:03:58 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-11-09 12:03:58 +0100
commitaed947dafb4f98bd1d770cbc63d87b3c93964f46 (patch)
treedd98c620ab15580d32f844ba723bd0ae2b0cbd9c /lib/stdlib/doc/src/random.xml
parent6ce8f9278b937b607be4c925c2b711cb163519fc (diff)
parentdc6d89bc1c08e15f8d4cd32f2e0886713cdc2dc2 (diff)
downloadotp-aed947dafb4f98bd1d770cbc63d87b3c93964f46.tar.gz
otp-aed947dafb4f98bd1d770cbc63d87b3c93964f46.tar.bz2
otp-aed947dafb4f98bd1d770cbc63d87b3c93964f46.zip
Merge branch 'derek121/doc-grammar-and-typos/OTP-13090' into maint
* derek121/doc-grammar-and-typos/OTP-13090: 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>