Skip to content

Commit d4fba84

Browse files
christinerosejonludlam
authored andcommitted
Revised sentences with "given path" for clarity
1 parent 879520d commit d4fba84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/driver.mld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ let lib_paths =
297297
|> get_ok
298298
]}
299299

300-
We need a function to find [odoc] inputs given a search path. [odoc]
300+
We need a function to find [odoc] inputs from the given search path. [odoc]
301301
operates on [.cmti], [.cmt], or [.cmi] files, in order of preference, and the following
302-
function finds all matching files given a search path. Then it returns an [Fpath.Set.t]
302+
function finds all matching files starting from the given path. Then it returns an [Fpath.Set.t]
303303
that contains the [Fpath.t] values representing the absolute file path, without its extension.
304304

305305
{[

0 commit comments

Comments
 (0)