Skip to content

Commit 597b9d3

Browse files
committed
comment fixup
1 parent 90fbc71 commit 597b9d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

testcases/t/528-workspace-next-prev-reversed.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ cmd 'workspace 8:a'; open_window;
9494
# Use workspace next and verify the correct order.
9595
# numbered -> numerical sort
9696
# numbered w/ names -> numerical sort. Workspaces with the same number but
97-
# different names sort by output, followed by creation time on each output.
97+
# different names sort by output, followed by reverse creation time on each
98+
# output.
9899
# named -> sort by creation time
99100
################################################################################
100101
cmd 'workspace 1';

testcases/t/535-workspace-next-prev.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ cmd 'workspace 8:a'; open_window;
9494
# Use workspace next and verify the correct order.
9595
# numbered -> numerical sort
9696
# numbered w/ names -> numerical sort. Workspaces with the same number but
97-
# different names sort by output, followed by creation time on each output.
97+
# different names sort by output, followed by reverse creation time on each
98+
# output.
9899
# named -> sort by creation time
99100
################################################################################
100101
cmd 'workspace 1';

0 commit comments

Comments
 (0)