diff --git a/manual/src/builtins.md b/manual/src/builtins.md index 3803bc759c96b7c98cf64b8a91f1d24c660e2827..ebe9edce43fbc58bb6336f5fa4c72dd2e717b2e2 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