Skip to content

Commit f8bb9fa

Browse files
committed
[docs] Add "iff" to Lexicon.rst.
I don't actually expect this to significantly reduce the number of people thinking it's a typo, but it's nice to have it written down within the project.
1 parent 2c37f07 commit f8bb9fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Lexicon.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
5252
Describes a type or function where making changes will break binary
5353
compatibility. See :doc:`LibraryEvolution.rst <LibraryEvolution>`.
5454

55+
iff
56+
"if and only if". This term comes from mathematics.
57+
5558
IUO (implicitly unwrapped optional)
5659
A type like Optional, but it implicitly converts to its wrapped type. If
5760
the value is ``nil`` during such a conversion, the program traps just as

0 commit comments

Comments
 (0)