mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
crypto: fix a typo
This commit is contained in:
parent
79279e01f5
commit
ee6ec3faf3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
module rand
|
module rand
|
||||||
|
|
||||||
const (
|
const (
|
||||||
read_error = error('crypro.rand.read() error reading random bytes')
|
read_error = error('crypto.rand.read() error reading random bytes')
|
||||||
)
|
)
|
||||||
|
|
||||||
// NOTE: temp until we have []bytes(buff)
|
// NOTE: temp until we have []bytes(buff)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue