Skip to content

Commit

Permalink
fix sp
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Feb 2, 2025
1 parent e6afbfd commit 7c737fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/__tests__/parser-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ describe('Parser', () => {
});

describe('parseDocumentDirective', () => {
it('doesnt throw on document-level directive', () => {
it('does not throw on document-level directive', () => {
parse(dedent`
@SemanticNullability
Expand Down

0 comments on commit 7c737fe

Please sign in to comment.