From 6bdf7c88a8286c5d66cceda1c2af0579382b851b Mon Sep 17 00:00:00 2001 From: zx9w <ilmu@rishi.is> Date: Wed, 3 Jul 2019 18:28:39 +0000 Subject: [PATCH] Typo: int the -> in the --- manual/src/builtins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/builtins.md b/manual/src/builtins.md index 3803bc75..ebe9edce 100644 --- a/manual/src/builtins.md +++ b/manual/src/builtins.md @@ -280,7 +280,7 @@ RANDOM and no output will be produced. Two arguments indicate a range of [START; arguments indicate a range of [START; END] with a spacing of STEP between possible outputs. RANDOM choice will select one random item from the succeeding arguments. -> Due to limitations int the rand crate, seeding is not yet implemented +> Due to limitations in the rand crate, seeding is not yet implemented ## read -- GitLab