Skip to content

Commit ef44a6a

Browse files
committed
Fix docs
1 parent 0164382 commit ef44a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/json.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ defimpl JSON.Encoder, for: Map do
146146
end
147147

148148
defmodule JSON do
149-
@moduledoc """
149+
@moduledoc ~S"""
150150
JSON encoding and decoding.
151151
152152
Both encoder and decoder fully conform to [RFC 8259](https://tools.ietf.org/html/rfc8259) and

0 commit comments

Comments
 (0)