summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Tinio <aptinio@gmail.com>2021-12-30 16:33:44 +0800
committerGitHub <noreply@github.com>2021-12-30 09:33:44 +0100
commitf30e61456ce411934e92a345d2abfe26ab30601c (patch)
treec338eb7c80a5ec228002e1dee856416af4eeb804
parentaeea688f8d88bd748328218d503037fda12f7d62 (diff)
downloadelixir-f30e61456ce411934e92a345d2abfe26ab30601c.tar.gz
Fix hidden escape chars in File.stream!/3 docs (#11529)
-rw-r--r--lib/elixir/lib/file.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/file.ex b/lib/elixir/lib/file.ex
index 4816b6e04..eece81f7b 100644
--- a/lib/elixir/lib/file.ex
+++ b/lib/elixir/lib/file.ex
@@ -1604,7 +1604,7 @@ defmodule File do
:file.close(io_device)
end
- @doc """
+ @doc ~S"""
Returns a `File.Stream` for the given `path` with the given `modes`.
The stream implements both `Enumerable` and `Collectable` protocols,