File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments