rust-lang / rfcs

RFCs for changes to Rust
https://rust-lang.github.io/rfcs/
Apache License 2.0
5.78k stars 1.55k forks source link

Update 2294-if-let-guard.md #3587

Closed chdalski closed 3 months ago

chdalski commented 3 months ago

Fix typo

Rendered

foresterre commented 3 months ago

It's very well possible that this is not a typo, considering the context. iff stands for if and only if (in logic often represented by a double arrow: ).

chdalski commented 3 months ago

@foresterre I didn't know that one, thank you. And you're right that would actually make sense in the given context.

chdalski commented 3 months ago

Seems to be no typo