Skip to content

Commit d6d2257

Browse files
christinerosepanglesd
authored andcommitted
make "list of results" plural
1 parent 704e781 commit d6d2257

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
@@ -807,7 +807,7 @@ let index_generate ?(ignore_output = false) occurrence_file =
807807
We turn the JSON index into a JavaScript file. In order to never block the UI, this file will be used as a web worker by [odoc] to perform searches:
808808

809809
- The search query will be sent as a plain string to the web worker, using the standard mechanism of message passing.
810-
- The web worker has to send back the result as a message to the main thread, containing the list of result. Each entry of this list must have the same form it had in the original JSON file.
810+
- The web worker has to send back the result as a message to the main thread, containing the list of results. Each entry of this list must have the same form it had in the original JSON file.
811811
- The file must be given to the [odoc-support] URI.
812812

813813
In this driver, we use the MiniSearch JavaScript library. For more involved applications, we could use [index.js] to call a server-side search engine via an API call.

0 commit comments

Comments
 (0)