Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Jul 11, 2024
1 parent 19753ed commit 1770e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/math/rand/rand.odin
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ reset_bytes :: proc(bytes: []byte, gen := context.random_generator) {
runtime.random_generator_reset_bytes(gen, bytes)
}

query_info :: proc(gen: context.random_generator) -> Generator_Query_Info {
query_info :: proc(gen := context.random_generator) -> Generator_Query_Info {
return runtime.random_generator_query_info(gen)
}

Expand Down

0 comments on commit 1770e3a

Please sign in to comment.