fix typo in float32_range doc string

This commit is contained in:
Colter
2025-01-29 12:20:07 -05:00
committed by GitHub
parent 2656ecd4e1
commit d5d900e292

View File

@@ -468,7 +468,7 @@ Example:
Possible Output:
15.312
673.130
273.130
*/
@(require_results) float32_range :: proc(low, high: f32, gen := context.random_generator) -> (val: f32) {