Skip to content

Commit

Permalink
fix typo (JuliaLang#42432)
Browse files Browse the repository at this point in the history
* fix typo

* expand "iff"
  • Loading branch information
karajan9 authored and LilithHafner committed Feb 22, 2022
1 parent b201459 commit 8e08d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ end
"""
ismutable(v) -> Bool
Return `true` iff value `v` is mutable. See [Mutable Composite Types](@ref)
Return `true` if and only if value `v` is mutable. See [Mutable Composite Types](@ref)
for a discussion of immutability. Note that this function works on values, so if you give it
a type, it will tell you that a value of `DataType` is mutable.
Expand Down

0 comments on commit 8e08d0d

Please sign in to comment.