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 | |
| parent | 9d234998c0e4e412155c7f1debf32b562fa59dad (diff) | |
Fix some typos
| -rw-r--r-- | base/runtime/docs.odin | 2 | ||||
| -rw-r--r-- | core/odin/ast/ast.odin | 2 | ||||
| -rw-r--r-- | core/time/iso8601.odin (renamed from core/time/iso8061.odin) | 0 |
3 files changed, 2 insertions, 2 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 diff --git a/core/odin/ast/ast.odin b/core/odin/ast/ast.odin index 7891fb12d..229f03d3d 100644 --- a/core/odin/ast/ast.odin +++ b/core/odin/ast/ast.odin @@ -753,7 +753,7 @@ Array_Type :: struct { using node: Expr, open: tokenizer.Pos, tag: ^Expr, - len: ^Expr, // Ellipsis node for [?]T arrray types, nil for slice types + len: ^Expr, // Ellipsis node for [?]T array types, nil for slice types close: tokenizer.Pos, elem: ^Expr, } diff --git a/core/time/iso8061.odin b/core/time/iso8601.odin index 528e0b00a..528e0b00a 100644 --- a/core/time/iso8061.odin +++ b/core/time/iso8601.odin |