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 e89b5c3 commit c545b8aCopy full SHA for c545b8a
src/gleam_json_ffi.erl
@@ -10,7 +10,7 @@
10
error({erlang_otp_27_required, << "Insufficient Erlang/OTP version.
11
12
`gleam_json` uses the Erlang `json` module introduced in Erlang/OTP 27.
13
-You are using Erlang/OTP"/utf8, (integer_to_binary(?OTP_RELEASE))/binary, "
+You are using Erlang/OTP "/utf8, (integer_to_binary(?OTP_RELEASE))/binary, "
14
Please upgrade your Erlang install or downgrade to `gleam_json` v1.0.1.
15
"/utf8>>})).
16
0 commit comments