]> Cypherpunks repositories - gostls13.git/commit
math/rand: typo fixed in documentation of seedPos
authorPaul PISCUC <paul.piscuc@gmail.com>
Thu, 4 Jan 2018 20:25:04 +0000 (21:25 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Jan 2018 20:27:29 +0000 (20:27 +0000)
commit3526c409795d8f296cb3d4abcd1c301af3458dde
treefac13eaebfd36981936f3705bc9d1e4e62a48d49
parent4de1d1d5cde4424d9361be516e4db4d7e76dd1f3
math/rand: typo fixed in documentation of seedPos

In the comment of seedPost, the word: condiiton was changed to: condition

Change-Id: I8967cc0e9f5d37776bada96cc1443c8bf46e1117
Reviewed-on: https://go-review.googlesource.com/86156
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/math/rand/rand.go