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
[refact] Restore true and false cases in TypoTolerance
As per [SE-0071](https://github.com/apple/swift-evolution/blob/master/proposals/0071-member-keywords.md), most keywords can be used as enumeration cases, provided that they are escaped with back quotes in the declaration. They can then be used at the call site without escaping.
=> I restored the `true` and `false` cases for `TypoTolerance`, as it is more convenient to use `.true` than `.bool(true)`.
0 commit comments