You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: polonius-parser/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,4 +75,4 @@ To extend the parser with a new fact `loan_bazzles_var_at`, perform the followin
75
75
76
76
### Custom Relations
77
77
Of course, it's also possible to add custom relations by following the same steps to add tokens to the lexer, writing their own parsing method, and add them to `parse_input`.
78
-
A correponding`ir` representation should be added to the data model in this case.
78
+
A corresponding`ir` representation should be added to the data model in this case.
0 commit comments