Skip to content

Commit 0b5cff3

Browse files
author
pinnacle-comp
committed
1 parent ba3aa2b commit 0b5cff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/pinnacle.output.OutputHandle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Similarly, "right_align_center" will place this output to the right of `other` a
9191
-- │ 2560x │
9292
-- │ 1440 │
9393
-- └───────┘
94-
Output.get_by_name("DP-1"):set_loc_adj_to(Output:get_by_name("HDMI-1"), "bottom_align_right")
94+
Output.get_by_name("DP-1"):set_loc_adj_to(Output.get_by_name("HDMI-1"), "bottom_align_right")
9595
-- Results in:
9696
-- ┌───────┐
9797
-- │ │

0 commit comments

Comments
 (0)