From 074cf22ad462eafe963e4a749b2b74cab51211a1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 9 Oct 2024 13:26:28 -0400 Subject: Change function syntax from `func(args)->ret` to `func(args -> ret)` --- docs/bytes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/bytes.md') 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:** -- cgit v1.2.3