Skip to content

Commit a79877c

Browse files
authored
Fix typo in Differentiable Programming Manifesto
1 parent adf712e commit a79877c

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
@@ -1743,7 +1743,7 @@ func foo<T, U, V>(_ x: T, _ y: U, _ z: V) -> W { ... }
17431743

17441744
// Transpose with respect to `x` and `z`, requiring that `T` and `V` to conform
17451745
// to `Differentiable & AdditiveArithmetic` and equal their corresponding
1746-
`TangentVector` types.
1746+
// `TangentVector` types.
17471747
@transpose(of: foo, wrt: (x, z))
17481748
func _<
17491749
T: Differentiable & AdditiveArithmetic,

0 commit comments

Comments
 (0)