mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-01 18:44:41 +00:00
Fix typo
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user