Skip to content

Commit 29783b7

Browse files
committed
fix deprication message typo
1 parent 69afcee commit 29783b7

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)