Skip to content

Commit

Permalink
Fix typo in compiler/sem/guards.nim
Browse files Browse the repository at this point in the history
Co-authored-by: Saem Ghani <saemghani+github@gmail.com>
  • Loading branch information
Clyybber and saem authored Mar 14, 2024
1 parent 42210a4 commit 96fcfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/sem/guards.nim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ from compiler/ast/report_enums import ReportKind

const
# Float operations are not analysed as
# it is currently unclear wether they
# it is currently unclear whether they
# can be analysed in a sound manner
# with the approach used here
someEq = {mEqI, mEqEnum, mEqCh, mEqB, mEqRef, mEqProc,
Expand Down

0 comments on commit 96fcfda

Please sign in to comment.