Skip to content

Commit 2eeabc8

Browse files
authored
Merge pull request #1060 from pauljurczak/patch-3
Grammar fix
2 parents 12acb29 + c2988df commit 2eeabc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/primer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For example we can create a circular face like so ::
248248
The topological class inherits :class:`~cadquery.Mixin3D` or :class:`~cadquery.Mixin1D` which provide aditional methods that are shared between the classes that inherits them.
249249

250250
The direct API as its name suggests doesn't provide a parent/children data structure, instead each method call directly returns an object of the specified topological type.
251-
It is more verbose than the fluent API and more tedious to work with, but as it offer more flexibility (you can work with faces, which is something you can't do in the fluent API)
251+
It is more verbose than the fluent API and more tedious to work with, but as it offers more flexibility (you can work with faces, which is something you can't do in the fluent API)
252252
it is sometimes more convenient than the fluent API.
253253

254254
The OCCT API

0 commit comments

Comments
 (0)