We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591c461 commit 0164382Copy full SHA for 0164382
lib/elixir/lib/json.ex
@@ -240,7 +240,7 @@ defmodule JSON do
240
A shortcut for `encode_to_iodata/2` used for compatibility purposes.
241
242
If you are targetting the `JSON` module directly, do not use
243
- this function, use `JSON.encode/2` instead. This function will
+ this function, use `JSON.encode_to_iodata/2` instead. This function will
244
be deprecated in Elixir v1.22
245
"""
246
@doc deprecated: "Use JSON.encode_to_iodata/2 instead"
0 commit comments