mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Typo fixes (#2457)
* fix typos in comments and strings * fix typos in symbols (and some comments/strings) * fix typos in releasenotes.md --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -1132,12 +1132,12 @@ parameter
|
||||
| CT_IDENT ELLIPSIS
|
||||
;
|
||||
|
||||
func_defintion_decl
|
||||
func_definition_decl
|
||||
: FN func_header fn_parameter_list opt_attributes ';'
|
||||
;
|
||||
|
||||
func_definition
|
||||
: func_defintion_decl
|
||||
: func_definition_decl
|
||||
| FN func_header fn_parameter_list opt_attributes macro_func_body
|
||||
;
|
||||
|
||||
@@ -1226,8 +1226,8 @@ define_declaration
|
||||
;
|
||||
|
||||
interface_body
|
||||
: func_defintion_decl
|
||||
| interface_body func_defintion_decl
|
||||
: func_definition_decl
|
||||
| interface_body func_definition_decl
|
||||
;
|
||||
|
||||
interface_declaration
|
||||
|
||||
@@ -1144,12 +1144,12 @@ parameter
|
||||
| CT_IDENT ELLIPSIS
|
||||
;
|
||||
|
||||
func_defintion_decl
|
||||
func_definition_decl
|
||||
: FN func_header fn_parameter_list opt_attributes ';'
|
||||
;
|
||||
|
||||
func_definition
|
||||
: func_defintion_decl
|
||||
: func_definition_decl
|
||||
| FN func_header fn_parameter_list opt_attributes macro_func_body
|
||||
;
|
||||
|
||||
@@ -1223,8 +1223,8 @@ define_declaration
|
||||
;
|
||||
|
||||
interface_body
|
||||
: func_defintion_decl
|
||||
| interface_body func_defintion_decl
|
||||
: func_definition_decl
|
||||
| interface_body func_definition_decl
|
||||
;
|
||||
|
||||
interface_declaration
|
||||
|
||||
Reference in New Issue
Block a user