Skip to content

Commit 92755fc

Browse files
authored
Merge pull request #174 from LilithHafner/patch-1
Fix typo
2 parents 1b34ffa + d11f4f5 commit 92755fc

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
@@ -67,7 +67,7 @@ end
6767
```
6868
Rect(vals::Number...)
6969
```
70-
Rect constructor for indidually specified intervals.
70+
Rect constructor for individually specified intervals.
7171
e.g. Rect(0,0,1,2) has origin == Vec(0,0) and
7272
width == Vec(1,2)
7373
"""

0 commit comments

Comments
 (0)