Skip to content

Commit

Permalink
Update doc/src/manual/functions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com>
  • Loading branch information
simonbyrne and simeonschaub authored Apr 20, 2021
1 parent 9467e75 commit 0758253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/manual/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ julia> d
4
```

This can be used to simulate returning multiple values from functions by returning a tuple or
other iterable value. For example, the following function returns a two values:
This can be used to return multiple values from functions by returning a tuple or
other iterable value. For example, the following function returns two values:

```jldoctest foofunc
julia> function foo(a,b)
Expand Down

0 comments on commit 0758253

Please sign in to comment.