Skip to content

Commit 3a1abab

Browse files
authored
Merge pull request #34 from pitmonticone/master
Fix typos in docstrings of def_tools.jl
2 parents 7917a08 + 080ae8a commit 3a1abab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/def_tools.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ For `arg_exprs` being a list of positional argument expressions from a signature
1111
such as `[:(x::Int), :(y::Float64), :(z::Vararg)]`, or being a whole `signature_def` `Dict`
1212
containing a `signature_def[:args]` value of that form.
1313
14-
This returns a tuple expresion containing all of the args by name. It correctly handles
14+
This returns a tuple expression containing all of the args by name. It correctly handles
1515
splatting for things that are `Vararg` typed, e.g for the prior example `:((x, y, z...))`
1616
17-
This is useful for modifiying the `signature_def[:body]`.
17+
This is useful for modifying the `signature_def[:body]`.
1818
For example, one could printout all the arguments via
1919
2020
```julia

0 commit comments

Comments
 (0)