Skip to content

Commit

Permalink
Merge pull request #251 from MarcBerliner/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
ChrisRackauckas authored Jun 20, 2023
2 parents a9999ca + bf79517 commit 9c458cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ forwarddiff_color_jacobian!(J::AbstractMatrix{<:Number},
and thus allows for specifying a non-square Jacobian.

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

```julia
jacout = forwarddiff_color_jacobian(g, x,
Expand Down

0 comments on commit 9c458cd

Please sign in to comment.