summaryrefslogtreecommitdiff
path: root/stdlib/random.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/random.mli')
-rw-r--r--stdlib/random.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/random.mli b/stdlib/random.mli
index 9c66c3a86e..d8ea01e621 100644
--- a/stdlib/random.mli
+++ b/stdlib/random.mli
@@ -67,7 +67,7 @@ val bool : unit -> bool
(** {6 Advanced functions} *)
(** The functions from module [State] manipulate the current state
- of the random generator explicitely.
+ of the random generator explicitly.
This allows using one or several deterministic PRNGs,
even in a multi-threaded program, without interference from
other parts of the program.