Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 707f822

Browse files
committed
chore: fix doc issue
Signed-off-by: Sven Kanoldt <[email protected]>
1 parent 374bd92 commit 707f822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/gh-pr-tui/src/view_models/command_palette.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub struct CommandRow {
2828
pub shortcut_hint: String,
2929
/// Title text (pre-truncated if needed)
3030
pub title: String,
31-
/// Category text with brackets: "[Category]"
31+
/// Category text with brackets: "\[Category\]"
3232
pub category: String,
3333
/// Pre-computed padding spaces for alignment
3434
pub padding: String,

0 commit comments

Comments
 (0)