Skip to content

Commit 9c8250a

Browse files
eksperimentaljosevalim
authored andcommitted
Replace no-break space in CHANGELOG (#6140)
This was introduced in #5804 due to creating a patch via web interface
1 parent 867da6f commit 9c8250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ This version includes changes that make Elixir fully compatible with Erlang OTP
320320

321321
#### Elixir
322322

323-
 * [Access] `Access.key/1` is deprecated due to erratic behaviour for missing keys, please use `Access.key/2` instead with proper default values
323+
* [Access] `Access.key/1` is deprecated due to erratic behaviour for missing keys, please use `Access.key/2` instead with proper default values
324324
* [Behaviour] The `Behaviour` module is deprecated. Callbacks may now be defined directly via the `@callback` attribute
325325
* [Enum] Deprecate `Enum.uniq/2` in favor of `Enum.uniq_by/2`
326326
* [Float] `Float.to_char_list/2` and `Float.to_string/2` are deprecated (use the `:erlang.float_to_list/2` and `:erlang.float_to_binary/2` functions if such conversions are desired)

0 commit comments

Comments
 (0)