Skip to content

Commit 4d4df78

Browse files
oxinaboxmzgubicnickrobinson251
authored
spelling and phrasing
Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com> Co-authored-by: Nick Robinson <npr251@gmail.com>
1 parent e035809 commit 4d4df78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/rule_author/tangents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ To be more formal they support operations which let them act as a vector space.
1212

1313
## Operations on a tangent type
1414
Any tangent type must support:
15-
- `zero` which returns a additive identity for that type (though it can just return `ZeroTangent()` (see below))
15+
- `zero` which returns an additive identity for that type (though it can just return `ZeroTangent()` (see below))
1616
- `+` for addition between two tangents of this primal, returning another tangent of this primal. This allows gradient accumulation.
17-
- `*` for multiplication (scaling) by a scalar
18-
- `+` between a tangent and it's primal type returning another tangent of the primal type -- differential geometers sometimes call this expodential map.
17+
- `*` for multiplication (scaling) by a scalar.
18+
- `+` between a tangent and its primal type returning another tangent of the primal type -- differential geometers sometimes call this exponential map.
1919

20-
Further they often support other linear operators as is convenient for the use in defining rules.
20+
Further they often support other linear operators for convenience in writing rules.
2121

2222
## The subtypes of AbstractTangent
2323

0 commit comments

Comments
 (0)