Skip to content

Commit

Permalink
Fix typo in arg_write docstring (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo authored Dec 15, 2024
1 parent 5d56027 commit 68bb888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArgTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ arg_read(f::Function, arg::IO) = f(arg)
arg_write(f::Function, arg::ArgWrite) -> arg
arg_write(f::Function, arg::Nothing) -> tempname()
The `arg_read` function accepts an argument `arg` that can be any of these:
The `arg_write` function accepts an argument `arg` that can be any of these:
- `AbstractString`: a file path to be opened for writing
- `AbstractCmd`: a command to be run, writing to its standard input
Expand Down

0 comments on commit 68bb888

Please sign in to comment.