Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 authored May 19, 2024
1 parent c6c45b3 commit 2d0ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Supports a small set of templated variables that can be used in code:
string values (their respective Guids are not listed here for readability):
`none`, `ghdoc`, `float`, `bool`, `int`, `complex`, `str`, `datetime`, `guid`,
`color`, `point`, `vector`, `plane`, `interval`, `uvinterval`, `box`, `transform`,
`line`, `circle`, `arc`, `polyline`, `rectangle`, `curve`, `mesh`, `surface`, `subd`, `brep`, `pointcloud", `geometrybase`.
`line`, `circle`, `arc`, `polyline`, `rectangle`, `curve`, `mesh`, `surface`, `subd`, `brep`, `pointcloud`, `geometrybase`.
* `reverse`: **(optional)** Defines whether data inside the parameter is reversed. Defaults to `False`.
* `simplify`: **(optional)** Defines whether data inside the parameter is simplified. Defaults to `False`.
* `flatten`: **(optional)** Defines whether data inside the parameter is flattened. Mutually exclusive with `graft`. Defaults to `False`.
Expand Down

0 comments on commit 2d0ac10

Please sign in to comment.