Skip to content

Commit 9c458cd

Browse files
Merge pull request #251 from MarcBerliner/patch-1
Fix typo in README.md
2 parents a9999ca + bf79517 commit 9c458cd

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
@@ -194,7 +194,7 @@ forwarddiff_color_jacobian!(J::AbstractMatrix{<:Number},
194194
and thus allows for specifying a non-square Jacobian.
195195

196196
If one is using an out-of-place function `f(x)`, then the alternative form
197-
ca be used:
197+
can be used:
198198

199199
```julia
200200
jacout = forwarddiff_color_jacobian(g, x,

0 commit comments

Comments
 (0)