Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jul 23, 2024
1 parent 5f90ddd commit 16b854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/iostream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ to synchronous `File`'s and `IOStream`'s not to any of the asynchronous streams.
!!! compat "Julia 1.12"
Prior to 1.12, this function returned an Int instead of a RawFD. You may use
`RawFD(fd(x))` for compatability with earlier Julia versions.
`RawFD(fd(x))` for compatibility with earlier Julia versions.
"""
fd(s::IOStream) = RawFD(ccall(:jl_ios_fd, Clong, (Ptr{Cvoid},), s.ios))

Expand Down

0 comments on commit 16b854f

Please sign in to comment.