From 5a80ff0db3690943a522e38152c86393ab0eb594 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 9 Oct 2024 13:48:45 -0400 Subject: Update docs to standardize function signature formatting --- docs/bytes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/bytes.md') 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:** -- cgit v1.2.3