Skip to content

Commit

Permalink
Fix typo in documentation for bounding box nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
clinejj authored and pointlessone committed Dec 23, 2020
1 parent 1dd1169 commit 56a2ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/bounding_box/nesting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Normally when we provide the top left corner of a bounding box we
# express the coordinates relative to the margin box. This is not the
# case when we have nested bounding boxes. Once nested the inner bounding box
# coordinates are relative to the outter bounding box.
# coordinates are relative to the outer bounding box.
#
# This example shows some nested bounding boxes with fixed and stretchy heights.
# Note how the <code>cursor</code> method returns coordinates relative to
Expand Down

0 comments on commit 56a2ac1

Please sign in to comment.