Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markwpearce committed Jul 25, 2023
1 parent 569c944 commit 2663f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bscPlugin/validation/ScopeValidator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ describe('ScopeValidator', () => {
]);
});

it('allows any variable to passed as rg to an untyped param with default type invalid', () => {
it('allows any variable to passed as argument to an untyped param with default type invalid', () => {
program.setFile('source/util.brs', `
sub doSomething(x = invalid)
print x
Expand Down

0 comments on commit 2663f6f

Please sign in to comment.