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.
2 parents 0218b68 + 8ade795 commit 46f4211Copy full SHA for 46f4211
README.md
@@ -91,7 +91,7 @@ FiniteDiff.jl assumes you're a smart cookie, and so if you used an
91
out-of-place function then it'll not mutate vectors at all, and is thus compatible
92
with objects like StaticArrays and will give you a fast Jacobian.
93
94
-But if you wanted to use mutatiion, then we'd have to use the in-place function
+But if you wanted to use mutation, then we'd have to use the in-place function
95
`f` and call the mutating form:
96
97
```julia
0 commit comments