Skip to content

Commit ee4f3d5

Browse files
eksperimentaljosevalim
authored andcommitted
Update CHANGELOG.md (#5804)
Add backticks to `Access.key/2`
1 parent 3d756ac commit ee4f3d5

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
@@ -269,7 +269,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
269269

270270
#### Elixir
271271

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

0 commit comments

Comments
 (0)