Skip to content

Commit 0cd315c

Browse files
panglesdgpetiot
andcommitted
Fix typo in doc/driver.mld
Co-authored-by: Guillaume "Liam" Petiot <guillaume@tarides.com>
1 parent 8be9b04 commit 0cd315c

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
@@ -777,7 +777,7 @@ Some more details about the json format:
777777
{- ["html"], also a string. It is the html odoc uses to display the entry in the search results.}}}
778778
{- 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:
779779
{ul
780-
{- ["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].}
780+
{- ["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].}
781781
{- ["indirect"], an integer containing the number of indirect uses of the entry.}}}}}}
782782

783783
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)