We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b34ffa commit d11f4f5Copy full SHA for d11f4f5
src/primitives/rectangles.jl
@@ -67,7 +67,7 @@ end
67
```
68
Rect(vals::Number...)
69
70
-Rect constructor for indidually specified intervals.
+Rect constructor for individually specified intervals.
71
e.g. Rect(0,0,1,2) has origin == Vec(0,0) and
72
width == Vec(1,2)
73
"""
0 commit comments