Skip to content

Commit c242166

Browse files
authored
Docs: typo in Base.open (#39339)
1 parent a403357 commit c242166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function open_flags(;
307307
end
308308

309309
"""
310-
open(f::Function, args...; kwargs....)
310+
open(f::Function, args...; kwargs...)
311311
312312
Apply the function `f` to the result of `open(args...; kwargs...)` and close the resulting file
313313
descriptor upon completion.

0 commit comments

Comments
 (0)