Skip to content

Commit

Permalink
update sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Nov 10, 2023
1 parent b89838c commit 154b533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.tabSize": 2,
"mochaExplorer.files": "test/*-*.js"
}

2 changes: 1 addition & 1 deletion src/rita.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TODO:

class RiTa {

static grammar(rules, context, opts) {
static grammar(rules, context) {
return new RiScript.Grammar(...arguments);
}

Expand Down

0 comments on commit 154b533

Please sign in to comment.