Skip to content

Commit 1cab187

Browse files
authored
Update README.md
There is no `IdentityTransform`, just `IdentityTransformation`. I copy pasted `IdentityTransform` and ran into ```julia UndefVarError: IdentityTransform not defined ```
1 parent 561fde6 commit 1cab187

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
@@ -102,7 +102,7 @@ techniques, and can be parameterized by *DualNumbers*' `DualNumber` or *ForwardD
102102
### Built-in transformations
103103

104104
A small number of 2D and 3D coordinate systems and transformations are included.
105-
We also have `IdentityTransform` and `ComposedTransformation`, which allows us
105+
We also have `IdentityTransformation` and `ComposedTransformation`, which allows us
106106
to nest together arbitrary transformations to create a complex yet efficient
107107
transformation chain.
108108

0 commit comments

Comments
 (0)