Skip to content

Commit 395538c

Browse files
authored
Update README.md
typo ect => etc
1 parent e608c0f commit 395538c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ working with manifold data.
2222

2323
Key to working with Riemannian geometry is the ability to compute jacobians. The jacobian matrix
2424
contains the first order partial derivatives. `stochman.nnj` provides plug-in replacements for the many
25-
used `torch.nn` layers such as `Linear`, `BatchNorm1d` ect. and commonly used activation functions such as `ReLU`,
25+
used `torch.nn` layers such as `Linear`, `BatchNorm1d` etc. and commonly used activation functions such as `ReLU`,
2626
`Sigmoid` etc. that enables fast computations of jacobians between the input to the layer and the output.
2727

2828
``` python

0 commit comments

Comments
 (0)