diff --git a/stdlib/filename.mli b/stdlib/filename.mli index 761966c41..223f4fd21 100644 --- a/stdlib/filename.mli +++ b/stdlib/filename.mli @@ -49,4 +49,4 @@ val temp_file: string -> string -> string The temporary directory is [/tmp] by default; if set, the value of the environment variable [TMPDIR] is used instead. The base name of the temporary file is formed by concatenating - [prefix], then an integer code, then [suffix]. *) + [prefix], then a suitably chosen integer number, then [suffix]. *)