Skip to content

Commit fbb5328

Browse files
author
José Valim
committed
Merge pull request #774 from kimshrier/File_wildcard_deprication_typo_fix
fix deprication message typo
2 parents 689bce1 + 29783b7 commit fbb5328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/file.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ defmodule File do
184184

185185
@doc false
186186
def wildcard(glob) do
187-
IO.puts "Fild.wildcard is deprecated, please use Path.wildcard instead"
187+
IO.puts "File.wildcard is deprecated, please use Path.wildcard instead"
188188
Exception.print_stacktrace
189189
Path.wildcard(glob)
190190
end

0 commit comments

Comments
 (0)