aboutsummaryrefslogtreecommitdiff
path: root/examples/random/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/random/README.md')
-rw-r--r--examples/random/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/random/README.md b/examples/random/README.md
index 697f3f7c..6233c1ba 100644
--- a/examples/random/README.md
+++ b/examples/random/README.md
@@ -110,7 +110,7 @@ A copy of the given RNG.
**Example:**
```tomo
->> rng := RNG.new([:Byte])
+>> rng := RNG.new([])
>> copy := rng:copy()
>> rng:bytes(10)