We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca33dc commit d3c458dCopy full SHA for d3c458d
src/auxiliary.jl
@@ -12,7 +12,7 @@ function get_kwarg(args, keyword, default_value)
12
end
13
14
# 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`
+# If `keyword` does not exist, create an assignment of a vector containing `value`
16
# to `keyword`. The new `args` is returned!
17
function append_to_kwargs(args, keyword, value)
18
found = false
0 commit comments