Skip to content

Commit 74213f9

Browse files
format
Co-authored-by: Guennadi Maximov C <g.maxc.fox@protonmail.com> Signed-off-by: KevinSilvester <56918431+KevinSilvester@users.noreply.github.com>
1 parent c6d6595 commit 74213f9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lua/wezterm/types/objects/tab-information.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
---for the active pane in this tab.
1313
---
1414
---@field active_pane PaneInformation
15-
---The [`PaneInformation`](lua://PaneInformation)
16-
---for all panes in this tab.
15+
---The `PaneInformation` array for all panes in the tab.
16+
---
17+
---See:
18+
--- - [`PaneInformation`](lua://PaneInformation)
1719
---
1820
---@field panes PaneInformation[]
1921
---

0 commit comments

Comments
 (0)