We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df68958 commit b40f076Copy full SHA for b40f076
docs/DifferentiableProgramming.md
@@ -1761,7 +1761,7 @@ considered as providing a default derivative for that member. Types that conform
1761
to the protocol or inherit from the class can inherit the default derivative.
1762
1763
If the original member does not have a `@differentiable` attribute, a default
1764
-derivative is implicitly add to all conforming/overriding implementations.
+derivative is implicitly added to all conforming/overriding implementations.
1765
1766
```swift
1767
protocol P {
0 commit comments