Skip to content

Commit 893dd36

Browse files
committed
Fix typo: 'foo' -> 'sinf'
1 parent 6df28a2 commit 893dd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgramming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@ import func Glibc.sinf
19321932
// Imported:
19331933
// public func sinf(Float) -> Float
19341934

1935-
@derivative(of: foo)
1935+
@derivative(of: sinf)
19361936
public func _(_ x: Float) -> (
19371937
value: Float,
19381938
differential: @differentiable(linear) (Float) -> Float

0 commit comments

Comments
 (0)