Skip to content

Commit af94c87

Browse files
authored
docfix #253
1 parent 92f5905 commit af94c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ can be set using the `::T` syntax.
247247
variable `foo` of symtype `Number` (the default), `bar` of symtype `Real`
248248
and `baz` of symtype `Int`
249249
- `@syms f(x) g(y::Real, x)::Int h(a::Int, f(b))` creates 1-arg `f` 2-arg `g`
250-
and 2 arg `f`. The second argument to `h` must be a one argument function-like
250+
and 2 arg `h`. The second argument to `h` must be a one argument function-like
251251
variable. So, `h(1, g)` will fail and `h(1, f)` will work.
252252
"""
253253
macro syms(xs...)

0 commit comments

Comments
 (0)