Skip to content

Commit d8d0f90

Browse files
committed
[Docs] [AutoDiff] Fix typos in differentiable programming manifesto.
Add sections: - Effect on ABI stability - Effect on API resilience These sections were incorrectly formatted when converting the doc to Markdown.
1 parent 999836b commit d8d0f90

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/DifferentiableProgramming.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,11 +2659,16 @@ numerical computing becomes more prominent in Swift.
26592659

26602660
This feature does not change any existing APIs. New implicit function
26612661
conversions are added to the type system, which slightly increases type checking
2662-
complexity. We have not observed source compatibility breakages so far. Effect
2663-
on ABI stability This feature has additions to the ABI. Specifically, the
2664-
`@differentiable` function representation will be added and must be kept stable.
2665-
Effect on API resilience This feature adds the
2666-
[`Differentiable` protocol](#differentiable-protocol) and
2662+
complexity. We have not observed source compatibility breakages so far.
2663+
2664+
## Effect on ABI stability
2665+
2666+
This feature has additions to the ABI. Specifically, the `@differentiable`
2667+
function representation will be added and must be kept stable.
2668+
2669+
## Effect on API resilience
2670+
2671+
This feature adds the [`Differentiable` protocol](#differentiable-protocol) and
26672672
[differential operators](#differential-operators) to the standard library as
26682673
public APIs. They introduce additions to the standard library.
26692674

0 commit comments

Comments
 (0)