aboutsummaryrefslogtreecommitdiff
path: root/src/root.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/root.zig')
-rw-r--r--src/root.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/root.zig b/src/root.zig
index eaaf5d8..cd2dee2 100644
--- a/src/root.zig
+++ b/src/root.zig
@@ -83,7 +83,7 @@ pub const Root = struct {
self.focused_view = null;
}
- /// Arrange all outputs and then a transaction.
+ /// Arrange all views on all outputs and then start a transaction.
pub fn arrange(self: *Self) void {
var it = self.outputs.first;
while (it) |output_node| : (it = output_node.next) {