summaryrefslogtreecommitdiff
path: root/src/library/direction.rs
diff options
context:
space:
mode:
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>,