Skip to content

Commit df68958

Browse files
committed
Address review feedback.
1 parent ec887cc commit df68958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgramming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ extension P {
18081808
}
18091809

18101810
struct S: P {
1811-
@differentiable(default) // Inherits from `P.foo(_:)`.
1811+
@differentiable(default) // Inherits default derivative for `P.foo(_:)`.
18121812
func foo(_ x: Float) -> Float {
18131813
33
18141814
}

0 commit comments

Comments
 (0)