Skip to content

Commit 9af204e

Browse files
authored
Merge pull request #77 from pauljurczak/patch-1
Corrected grammar
2 parents d680144 + f3c2a78 commit 9af204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Defaults:
8282
8383
If `isosurface` is called without a specified algorithm, it will default to MarchingCubes.
8484
85-
If a subtype of `AbstractArray` is specified, the mesh will be default be centered at the origin between
85+
If a subtype of `AbstractArray` is specified, the mesh will by default be centered at the origin between
8686
(-1,1) in each axis. This may be overridden by specifying a new origin and widths for the axis-aligned bounding box
8787
using keywords of the same names. For example if we want our vertices in the range of (0,1), we can specify `origin=SVector(0,0,0)`
8888
and `widths = SVector(1,1,1)`.

0 commit comments

Comments
 (0)