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 /core | |
| parent | 9d234998c0e4e412155c7f1debf32b562fa59dad (diff) | |
Fix some typos
Diffstat (limited to 'core')
| -rw-r--r-- | core/odin/ast/ast.odin | 2 | ||||
| -rw-r--r-- | core/time/iso8601.odin (renamed from core/time/iso8061.odin) | 0 |
2 files changed, 1 insertions, 1 deletions
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 |