diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-13 15:14:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-13 16:04:25 +0100 |
| commit | b1b4e52af9e2da8f8ae1fc17a81ed6cbcbb8f525 (patch) | |
| tree | e97ad140dac6d0414e9b49f7d01abccdcd717d4f /library/src/layout/pad.rs | |
| parent | 72b60dfde751b4a2ab279aa1fcfa559b4a75eb51 (diff) | |
Block sizing
Diffstat (limited to 'library/src/layout/pad.rs')
| -rw-r--r-- | library/src/layout/pad.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/pad.rs b/library/src/layout/pad.rs index e43763e5..4fc2ff29 100644 --- a/library/src/layout/pad.rs +++ b/library/src/layout/pad.rs @@ -13,7 +13,7 @@ use crate::prelude::*; /// /// #pad(x: 16pt, image("typing.jpg")) /// _Typing speeds can be -/// measured in words per minute._ +/// measured in words per minute._ /// ``` /// /// ## Parameters |
