summaryrefslogtreecommitdiff
path: root/src/library/direction.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-12 22:19:38 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-12 22:19:38 +0100
commitff107cf3e75acf041f8b7631337d299cdeaa1685 (patch)
tree40799f0337a5c2bc13166ff32a1f0b4f5c23bfe8 /src/library/direction.rs
parent3c0496bb6104f0e2a60520e42137ecc29f26e9fa (diff)
Tidying up 🧹
Diffstat (limited to 'src/library/direction.rs')
-rw-r--r--src/library/direction.rs2
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>,