Skip to content

Commit d3c458d

Browse files
committed
typo
1 parent fca33dc commit d3c458d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auxiliary.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function get_kwarg(args, keyword, default_value)
1212
end
1313

1414
# Look for `keyword` in `args` and append `value` to its array of values.
15-
# If `keyword` does not exist, create an assigment of a vector containing `value`
15+
# If `keyword` does not exist, create an assignment of a vector containing `value`
1616
# to `keyword`. The new `args` is returned!
1717
function append_to_kwargs(args, keyword, value)
1818
found = false

0 commit comments

Comments
 (0)