Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Mar 28, 2017
1 parent 2211e03 commit 5560ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/running-external-programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ and iterated over as if the command were an array of strings:
```jldoctest
julia> collect(`echo "foo bar"`)
2-element Array{String,1}:
"echo"
"echo"
"foo bar"
julia> `echo "foo bar"`[2]
Expand Down

0 comments on commit 5560ea3

Please sign in to comment.