Skip to content

Commit aa5ad26

Browse files
rxweibartchr808
andauthored
Update docs/DifferentiableProgramming.md
Co-Authored-By: Bart Chrzaszcz <bart.chr@gmail.com>
1 parent b40f076 commit aa5ad26

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
@@ -1790,7 +1790,7 @@ let d = derivative(at: 0) { x in
17901790
When a protocol requirement or class member is marked with `@differentiable`, it
17911791
is considered as a _differentiability customization point_. This means that all
17921792
conforming/overriding implementation must provide a corresponding
1793-
`@differentiable` attribute, which causes the implementation to be will be
1793+
`@differentiable` attribute, which causes the implementation to be
17941794
differentiated. To inherit the default derivative without differentiating the
17951795
implementation, add `default` to the `@differentiable` attribute.
17961796

0 commit comments

Comments
 (0)