diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-04 19:01:30 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-04 19:01:30 -0400 |
| commit | b2f9f0af689ff6ffdd9db149c04a99cd6b2a46b4 (patch) | |
| tree | 9461df8e2fb1799ef43d849215d701e70b4afff1 /base | |
| parent | 9d234998c0e4e412155c7f1debf32b562fa59dad (diff) | |
Fix some typos
Diffstat (limited to 'base')
| -rw-r--r-- | base/runtime/docs.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/runtime/docs.odin b/base/runtime/docs.odin index 865eeb9ef..f6b439aa0 100644 --- a/base/runtime/docs.odin +++ b/base/runtime/docs.odin @@ -157,7 +157,7 @@ __dynamic_map_get // dynamic map calls __dynamic_map_set // dynamic map calls -## Dynamic literals ([dymamic]T and map[K]V) (can be disabled with -no-dynamic-literals) +## Dynamic literals ([dynamic]T and map[K]V) (can be disabled with -no-dynamic-literals) __dynamic_array_reserve __dynamic_array_append |