diff options
Diffstat (limited to 'src/gleam_json_ffi.erl')
-rw-r--r-- | src/gleam_json_ffi.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleam_json_ffi.erl b/src/gleam_json_ffi.erl index c81adf9..06a26a0 100644 --- a/src/gleam_json_ffi.erl +++ b/src/gleam_json_ffi.erl @@ -10,7 +10,7 @@ error({erlang_otp_27_required, << "Insufficient Erlang/OTP version. `gleam_json` uses the Erlang `json` module introduced in Erlang/OTP 27. -You are using Erlang/OTP"/utf8, (integer_to_binary(?OTP_RELEASE))/binary, " +You are using Erlang/OTP "/utf8, (integer_to_binary(?OTP_RELEASE))/binary, " Please upgrade your Erlang install or downgrade to `gleam_json` v1.0.1. "/utf8>>})). |