Skip to content

Commit 822c54a

Browse files
panglesdgpetiot
andauthored
Fix typo in doc/driver.mld
Co-authored-by: Guillaume "Liam" Petiot <[email protected]>
1 parent 806990d commit 822c54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/driver.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ Some more details about the json format:
757757
{- ["html"], also a string. It is the html odoc uses to display the entry in the search results.}}}
758758
{- Additionally, the ["occurrences"] field exists if and only if the [--occurrences] flag was given to the [odoc compile-index] command. When it exists, it contains a json object, with two fields:
759759
{ul
760-
{- ["direct"], an integer. It is the number of direct use of the entry. For instance, [open M] and [Make(M)] contain direct uses of [M], while [1 + M.v] contains an indirect use of [M] and a direct use of [M.v].}
760+
{- ["direct"], an integer. It is the number of direct uses of the entry. For instance, [open M] and [Make(M)] contain direct uses of [M], while [1 + M.v] contains an indirect use of [M] and a direct use of [M.v].}
761761
{- ["indirect"], an integer containing the number of indirect uses of the entry.}}}}}}
762762

763763
Search engines written in OCaml can also call the [Odoc_model.Fold.unit] and [Odoc_model.Fold.page] function, in conjunction with [Odoc_search.Entry.entry_of_item] in order to get an OCaml value of each element to be indexed.

0 commit comments

Comments
 (0)