Skip to content

Commit 46f4211

Browse files
Merge pull request #114 from abhigupta768/patch-1
Fix typo in Readme
2 parents 0218b68 + 8ade795 commit 46f4211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ FiniteDiff.jl assumes you're a smart cookie, and so if you used an
9191
out-of-place function then it'll not mutate vectors at all, and is thus compatible
9292
with objects like StaticArrays and will give you a fast Jacobian.
9393

94-
But if you wanted to use mutatiion, then we'd have to use the in-place function
94+
But if you wanted to use mutation, then we'd have to use the in-place function
9595
`f` and call the mutating form:
9696

9797
```julia

0 commit comments

Comments
 (0)