diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-05-23 19:44:49 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-23 19:44:49 +0100 |
commit | c545b8a7653832bf8738da51e8bdf9c1cbd34b6a (patch) | |
tree | 961d7647872e9295b47c2221bf0373b8114c5dbb | |
parent | e89b5c38724ebf685cd023b3e83f8e1e2d18bde4 (diff) | |
download | gleam_json-c545b8a7653832bf8738da51e8bdf9c1cbd34b6a.tar.gz gleam_json-c545b8a7653832bf8738da51e8bdf9c1cbd34b6a.zip |
Thank you Fabian
-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>>})). |