Skip to content

Commit 200d43b

Browse files
committed
fix: drop stray "=" artifact in multipick docs
The multipick Notes opened with "...select zero or more options. =" - a leftover "=" from the docs/funcs migration that rendered verbatim in the functions reference. Drop it so the two lines read as one clean paragraph.
1 parent f607b00 commit 200d43b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs-web/docs/reference/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ selected = multipick(fruits)
840840
// selected equals e.g. [ "apple", "cherry" ]
841841
```
842842

843-
Shows an interactive multi-select menu where users can select zero or more options. =
843+
Shows an interactive multi-select menu where users can select zero or more options.
844844
Unlike `pick`, which returns a single selection, `multipick` returns a list of all selected items.
845845

846846
**Parameters:**

docs/funcs/multipick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ io
2020

2121
## Notes
2222

23-
Shows an interactive multi-select menu where users can select zero or more options. =
23+
Shows an interactive multi-select menu where users can select zero or more options.
2424
Unlike `pick`, which returns a single selection, `multipick` returns a list of all selected items.
2525

2626
**Parameters:**

rts/embedded_funcs/multipick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ io
2020

2121
## Notes
2222

23-
Shows an interactive multi-select menu where users can select zero or more options. =
23+
Shows an interactive multi-select menu where users can select zero or more options.
2424
Unlike `pick`, which returns a single selection, `multipick` returns a list of all selected items.
2525

2626
**Parameters:**

0 commit comments

Comments
 (0)