diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-12-12 22:19:38 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-12-12 22:19:38 +0100 |
| commit | ff107cf3e75acf041f8b7631337d299cdeaa1685 (patch) | |
| tree | 40799f0337a5c2bc13166ff32a1f0b4f5c23bfe8 /src/library/direction.rs | |
| parent | 3c0496bb6104f0e2a60520e42137ecc29f26e9fa (diff) | |
Tidying up 🧹
Diffstat (limited to 'src/library/direction.rs')
| -rw-r--r-- | src/library/direction.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/direction.rs b/src/library/direction.rs index 3b9956d1..7edad323 100644 --- a/src/library/direction.rs +++ b/src/library/direction.rs @@ -3,7 +3,7 @@ use super::maps::ConsistentMap; use super::keys::AxisKey; function! { - /// `direction`: Sets the directions for the layouting axes. + /// `direction`: Sets the directions of the layouting axes. #[derive(Debug, PartialEq)] pub struct Direction { body: Option<SyntaxTree>, |
