Skip to content

Commit

Permalink
Update docs-search/common/src/Docs/Search/Declarations.purs
Browse files Browse the repository at this point in the history
Co-authored-by: Fyodor Soikin <[email protected]>
  • Loading branch information
f-f and fsoikin authored Jan 20, 2025
1 parent 3137493 commit 0c9bf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-search/common/src/Docs/Search/Declarations.purs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ insertDeclaration
-> Declaration
-> Trie Char (List SearchResult)
-> Trie Char (List SearchResult)
insertDeclaration moduleGraph workspacePackages scores moduleName entry@(Declaration { title: _ }) trie =
insertDeclaration moduleGraph workspacePackages scores moduleName entry@(Declaration _) trie =
foldr insertSearchResult trie (resultsForDeclaration moduleGraph workspacePackages scores moduleName entry)

insertSearchResult
Expand Down

0 comments on commit 0c9bf4b

Please sign in to comment.