Skip to content

Commit bbc028d

Browse files
authored
corrected typo (#100)
1 parent d5e0672 commit bbc028d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/pages/polygons/02-polar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Drawing this gives the output shown below.
7070

7171
### Flexible Layout with `at`
7272

73-
The example above uses a method we haven't seen before: `at`. This is another tool for laying out images, like `on`, `beside`, and `above`. `at` changes the position of an image relative to its origin. The understand this, and why we have to place the dots `on` each other, we need to understand how layout works in Doodle.
73+
The example above uses a method we haven't seen before: `at`. This is another tool for laying out images, like `on`, `beside`, and `above`. `at` changes the position of an image relative to its origin. To understand this, and why we have to place the dots `on` each other, we need to understand how layout works in Doodle.
7474

7575
Every `Image` in Doodle has a point called its *origin*, and a *bounding box* which determines the extent of the image. By convention the origin is in the center of the bounding box but this is not required. We can see the origin and bounding box of an `Image` by calling the `debug` method.
7676

0 commit comments

Comments
 (0)