Skip to content

Commit

Permalink
Typo fix: parametere -> parameters (#22)
Browse files Browse the repository at this point in the history
* Typo fix: parametere -> parameters

* Fix typo parametere -> parameters, and regenerate parser.
  • Loading branch information
Honeypot95 committed May 4, 2021
1 parent 0ba7a24 commit 12ea597
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 212 deletions.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ grammar({
'function',
field('name', $.identifier),
field('type_parameters', optional($.type_parameter_list)),
field('parametere', $.parameter_list),
field('parameters', $.parameter_list),
optional($._expression_list),
'end'
),
Expand Down
2 changes: 1 addition & 1 deletion src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
},
{
"type": "FIELD",
"name": "parametere",
"name": "parameters",
"content": {
"type": "SYMBOL",
"name": "parameter_list"
Expand Down
4 changes: 2 additions & 2 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@
}
]
},
"parametere": {
"parameters": {
"multiple": false,
"required": true,
"types": [
Expand Down Expand Up @@ -2265,4 +2265,4 @@
"type": "",
"named": false
}
]
]
Loading

0 comments on commit 12ea597

Please sign in to comment.