diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-07 19:02:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-07 19:07:11 +0100 |
| commit | 1ece263579afcf94ca44acc8e157bce01c3226b8 (patch) | |
| tree | 6da8a7b03bf2138efb728d20f506aec3557afe5c /src/layout/actions.rs | |
| parent | 271af7ed0308c9eca7da5dce93d52d38be84889f (diff) | |
Create easy-to-use argument parser 💎
Diffstat (limited to 'src/layout/actions.rs')
| -rw-r--r-- | src/layout/actions.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/actions.rs b/src/layout/actions.rs index 67ad48b4..707d6113 100644 --- a/src/layout/actions.rs +++ b/src/layout/actions.rs @@ -62,7 +62,7 @@ debug_display!(LayoutAction); /// content is written. /// /// Furthermore, the action list can translate absolute position into a coordinate system -/// with a different. This is realized in the `add_box` method, which allows a layout to +/// with a different origin. This is realized in the `add_box` method, which allows a layout to /// be added at a position, effectively translating all movement actions inside the layout /// by the position. #[derive(Debug, Clone)] |
