aboutsummaryrefslogtreecommitdiff
path: root/docs/bytes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bytes.md')
-rw-r--r--docs/bytes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bytes.md b/docs/bytes.md
index 579db9db..eb733424 100644
--- a/docs/bytes.md
+++ b/docs/bytes.md
@@ -14,9 +14,9 @@ integer with a `[B]` suffix, e.g. `255[B]`.
**Description:**
Generates a random byte value in the specified range.
-**Usage:**
+**Signature:**
```tomo
-random(min: Byte = Byte.min, max: Byte = Byte.max -> Byte)
+func random(min: Byte = Byte.min, max: Byte = Byte.max -> Byte)
```
**Parameters:**