We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40f076 commit aa5ad26Copy full SHA for aa5ad26
docs/DifferentiableProgramming.md
@@ -1790,7 +1790,7 @@ let d = derivative(at: 0) { x in
1790
When a protocol requirement or class member is marked with `@differentiable`, it
1791
is considered as a _differentiability customization point_. This means that all
1792
conforming/overriding implementation must provide a corresponding
1793
-`@differentiable` attribute, which causes the implementation to be will be
+`@differentiable` attribute, which causes the implementation to be
1794
differentiated. To inherit the default derivative without differentiating the
1795
implementation, add `default` to the `@differentiable` attribute.
1796
0 commit comments