Skip to content

Commit b54b915

Browse files
Update docs/DifferentiableProgrammingImplementation.md
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent b5e151c commit b54b915

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
@@ -71,7 +71,7 @@ Swift supports first-class, language-integrated differentiable programming. This
7171

7272
### JVP and VJP functions
7373

74-
A JVP (Jacobian-vector products) function is a forward-mode derivative function. A VJP (vector-Jacobian products) function is a reverse-mode derivative function.
74+
A JVP (Jacobian-vector product) function is a [forward-mode](DifferentiableProgramming.md#automatic-differentiation) derivative function. A VJP (vector-Jacobian product) function is a [reverse-mode](DifferentiableProgramming.md#automatic-differentiation) derivative function.
7575

7676
### Typing rules
7777

0 commit comments

Comments
 (0)