summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuper Rouch <luper.rouch@gmail.com>2015-09-30 08:30:12 +0200
committerLuper Rouch <luper.rouch@gmail.com>2015-09-30 08:30:12 +0200
commitdabcb4c71f8b3631fa8d6aa209827758df1777b4 (patch)
tree2d80738a60e0b046ab183c6254419c0fff1be029
parentc7637bc36286d27500056b5329071229f9ef289b (diff)
downloadelixir-dabcb4c71f8b3631fa8d6aa209827758df1777b4.tar.gz
Fix default value of :time option in File.Stat docs
-rw-r--r--lib/elixir/lib/file/stat.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/file/stat.ex b/lib/elixir/lib/file/stat.ex
index 2270e08c9..cc8f83bfa 100644
--- a/lib/elixir/lib/file/stat.ex
+++ b/lib/elixir/lib/file/stat.ex
@@ -48,7 +48,7 @@ defmodule File.Stat do
The time type returned in `atime`, `mtime`, and `ctime` is dependent on the
time type set in options. `{:time, type}` where type can be `:local`,
- `:universal`, or `:posix`. Default is `:local`.
+ `:universal`, or `:posix`. Default is `:universal`.
"""
record = Record.extract(:file_info, from_lib: "kernel/include/file.hrl")