aboutsummaryrefslogtreecommitdiff
path: root/docs/bytes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bytes.md')
-rw-r--r--docs/bytes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bytes.md b/docs/bytes.md
index 36180428..579db9db 100644
--- a/docs/bytes.md
+++ b/docs/bytes.md
@@ -16,7 +16,7 @@ Generates a random byte value in the specified range.
**Usage:**
```tomo
-random(min: Byte = Byte.min, max: Byte = Byte.max) -> Byte
+random(min: Byte = Byte.min, max: Byte = Byte.max -> Byte)
```
**Parameters:**