Skip to content

Commit 9b8b367

Browse files
committed
fix(enum): type annotation fix
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 74213f9 commit 9b8b367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/wezterm/types/enum/copy-mode-assignment.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
---|{ JumpBackward: { prev_char: boolean } }
5252
---|{ JumpForward: { prev_char: boolean } }
5353
---|{ MoveBackwardZoneOfType: "Input"|"Output"|"Prompt" }
54-
---|{ MoveByPage: number }
54+
---|{ MoveByPage: integer }
5555
---|{ MoveForwardZoneOfType: "Input"|"Output"|"Prompt" }
5656
---|{ SetSelectionMode: SelectionMode }
5757

0 commit comments

Comments
 (0)