Skip to content

Commit

Permalink
fix: terminology and link
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Aug 1, 2024
1 parent 7c4bc02 commit 0457a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-input/fuzzy-finding.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Where {{api input/find}} really shines, however, is in its ability to show a pre
Options with previews are passed to {{api input/find}} as Janet tuples with three elements:

1. The text (or columns) that the user will filter against
1. A Janet [table](https://janet-lang.org/docs/data_structures/tables.html) describing how this option should be previewed
1. A Janet [struct](https://janet-lang.org/docs/data_structures/structs.html) describing how this option should be previewed
1. The value that should be returned if the user chooses this option

Here are some examples:
Expand Down

0 comments on commit 0457a30

Please sign in to comment.