mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix small typo in docs
This commit is contained in:
parent
ef40581b44
commit
cb6c646978
1 changed files with 2 additions and 2 deletions
|
|
@ -268,8 +268,8 @@ module File : sig
|
|||
The argument is treated as part of its own directory tree, so the
|
||||
result of [walk p] always includes [p].
|
||||
|
||||
This is similar to {!read_dir} with [recurse=True], except that {!read_dir}
|
||||
with [recurse=True] only generates file entries.
|
||||
This is similar to {!read_dir} with [recurse=true], except that {!read_dir}
|
||||
with [recurse=true] only generates file entries.
|
||||
|
||||
@raise Sys_error in case of error (e.g. permission denied) during iteration. *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue