Skip to content

Commit bdf1edf

Browse files
Fix typo (#60)
1 parent 057018b commit bdf1edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/availability.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function UnavailableError(f, symbol::Symbol, platform::String, avail::PlatformAv
5959
elseif !isnothing(avail.introduced) && f() < avail.introduced
6060
"was introduced on $platform v$(avail.introduced)"
6161
else
62-
"does not seem to be unavailable. Please file an issue at www.github.com/JuliaInterop/ObjectiveC.jl with the source of the offending Objective-C code."
62+
"does not seem to be available. Please file an issue at www.github.com/JuliaInterop/ObjectiveC.jl with the source of the offending Objective-C code."
6363
end
6464
return UnavailableError(symbol, msg)
6565
end

0 commit comments

Comments
 (0)