Skip to content

Commit 632c5ca

Browse files
authored
Merge pull request #40410 from philipturner/patch-3
2 parents fedd376 + 6cf5327 commit 632c5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgramming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1911,7 +1911,7 @@ result (labeled `value`) and a differential (labeled `differential`). The
19111911
differential is a linear map (`@differentiable(linear)`) function that takes the
19121912
`TangentVector` nested types of all of the types of the original function's
19131913
parameters to differentiate with respect to, and returns the `TangentVector`
1914-
nested type of the orgiinal function's result type.
1914+
nested type of the original function's result type.
19151915

19161916
###### Differentiability parameters
19171917

0 commit comments

Comments
 (0)