Skip to content

Commit

Permalink
add findfirst signature
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Feb 23, 2018
1 parent c62e714 commit e321bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/manual/parallel-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -1511,8 +1511,8 @@ For instance functions that have their
[name ending with `!`](https://docs.julialang.org/en/latest/manual/style-guide/#Append-!-to-names-of-functions-that-modify-their-arguments-1)
by convention modify their arguments and thus are not pure. However, there are
functions that have side effects and their name does not end with `!`. For
instance [`findfirst`](@ref) mutates its `regex` argument or
[`rand`](@ref) changes `Base.GLOBAL_RNG` :
instance [`findfirst(regex, str)`](@ref) mutates its `regex` argument or
[`rand()`](@ref) changes `Base.GLOBAL_RNG` :

```julia-repl
julia> using Base.Threads
Expand Down

0 comments on commit e321bc1

Please sign in to comment.