From 0457a30820688f0f14e8e38adc7fe542517476c5 Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:19:33 +0900 Subject: [PATCH] fix: terminology and link --- docs/src/user-input/fuzzy-finding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/user-input/fuzzy-finding.md b/docs/src/user-input/fuzzy-finding.md index 47f76fe2..11bc7cdb 100644 --- a/docs/src/user-input/fuzzy-finding.md +++ b/docs/src/user-input/fuzzy-finding.md @@ -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: