Skip to content

Commit

Permalink
ui: fix exact matches documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert committed May 13, 2024
1 parent 16af7ed commit 4eefa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/frontend/strings.gleam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub const gloogle_description = "Gloogle can search through all public gleam packages, to help you find the function you're looking for! Enter a type or a function name to get some results."

pub const exact_match = "Matched directly from the signature of the functions, constants or types."
pub const exact_match = "Matched directly from the name of the functions, constants or types."

pub const partial_match = "Partly matched from the signature of the functions, constants or types."

Expand Down

0 comments on commit 4eefa29

Please sign in to comment.