Skip to content

Commit 0fac5d5

Browse files
committed
Remove line breaks from deprecations table
1 parent 21450cf commit 0fac5d5

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
@@ -178,7 +178,7 @@ Version | Deprecated feature | Replaced by (ava
178178
[v1.5] | `Atom.to_char_list/1` | `Atom.to_charlist/1` (v1.3)
179179
[v1.5] | `Enum.filter_map/3` | `Enum.filter/2` + `Enum.map/2` or `for/1` comprehensions (v1.0)
180180
[v1.5] | `Float.to_char_list/1` | `Float.to_charlist/1` (v1.3)
181-
[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)
181+
[v1.5] | `GenEvent` module | `Supervisor` and `GenServer` (v1.0)
182182
[v1.5] | `<%=` in middle and end expressions in `EEx` | Use `<%` (`<%=` is allowed only in start expressions) (v1.0)
183183
[v1.5] | `:as_char_lists` value in `t:Inspect.Opts.t/0` type | `:as_charlists` value (v1.3)
184184
[v1.5] | `:char_lists` key in `t:Inspect.Opts.t/0` type | `:charlists` key (v1.3)

0 commit comments

Comments
 (0)