Skip to content

Commit ef9fb88

Browse files
authored
Update DifferentiableProgrammingImplementation.md
1 parent 5a5d727 commit ef9fb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgrammingImplementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Swift supports ergonomic implicit function conversions:
220220

221221
```swift
222222
// Takes a differentiable function argument.
223-
func f(_ x: @differentiable (Float) -> Float) {}
223+
func f(_ x: @differentiable (Float) -> Float) { }
224224

225225
// Calling `f` with a function declaration reference triggers an implicit
226226
// `@differentiable` function type conversion.

0 commit comments

Comments
 (0)