Skip to content

Commit 8cf94dd

Browse files
authored
Update Graphics.jl (#30)
1 parent 545a672 commit 8cf94dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Graphics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Get the horizontal length of `obj`.
193193
width(bb::BoundingBox) = bb.xmax - bb.xmin # TODO: generalization with xmax()/xmin()
194194

195195
"""
196-
hieght(obj) -> h
196+
height(obj) -> h
197197
198198
Get the vertical length of `obj`.
199199
"""

0 commit comments

Comments
 (0)