Skip to content

Commit 8793c68

Browse files
committed
Remove line breaks from deprecations table
1 parent 49ac038 commit 8793c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/references/compatibility-and-deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Version | Deprecated feature | Replaced by (ava
171171
[v1.5] | `Atom.to_char_list/1` | `Atom.to_charlist/1` (v1.3)
172172
[v1.5] | `Enum.filter_map/3` | `Enum.filter/2` + `Enum.map/2` or `for/1` comprehensions (v1.0)
173173
[v1.5] | `Float.to_char_list/1` | `Float.to_charlist/1` (v1.3)
174-
[v1.5] | `GenEvent` module | `Supervisor` and `GenServer` (v1.0);<br/>[`GenStage`](https://hex.pm/packages/gen_stage) (v1.3);<br/>[`:gen_event`](`:gen_event`) (Erlang/OTP 17)
174+
[v1.5] | `GenEvent` module | `Supervisor` and `GenServer` (v1.0)
175175
[v1.5] | `<%=` in middle and end expressions in `EEx` | Use `<%` (`<%=` is allowed only in start expressions) (v1.0)
176176
[v1.5] | `:as_char_lists` value in `t:Inspect.Opts.t/0` type | `:as_charlists` value (v1.3)
177177
[v1.5] | `:char_lists` key in `t:Inspect.Opts.t/0` type | `:charlists` key (v1.3)

0 commit comments

Comments
 (0)