Skip to content

Commit

Permalink
Elaborate what egal means (#44248)
Browse files Browse the repository at this point in the history
Several people were confused by what `egal` means here. Put `===` in parentheses so people know what is meant.
  • Loading branch information
Keno committed Feb 19, 2022
1 parent f5d9b86 commit 482b04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/expr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ The following `setting`s are supported.
---
# `:consistent`
The `:consistent` setting asserts that for egal inputs:
The `:consistent` setting asserts that for egal (`===`) inputs:
- The manner of termination (return value, exception, non-termination) will always be the same.
- If the method returns, the results will always be egal.
Expand Down

0 comments on commit 482b04c

Please sign in to comment.