Skip to content

Commit 14d8fc6

Browse files
authored
Merge pull request #105 from JuliaGeometry/kf/hyperrectdocs
Fix HyperRectangle doc string
2 parents 4bc7ebc + 46e3d13 commit 14d8fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/rectangles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
A `HyperRectangle` is a generalization of a rectangle into N-dimensions.
66
Formally it is the cartesian product of intervals, which is represented by the
7-
`origin` and `width` fields, whose indices correspond to each of the `N` axes.
7+
`origin` and `widths` fields, whose indices correspond to each of the `N` axes.
88
"""
99
struct HyperRectangle{N,T} <: GeometryPrimitive{N,T}
1010
origin::Vec{N,T}

0 commit comments

Comments
 (0)