Skip to content

Commit be9ae0e

Browse files
committed
Fix deprecation table rendering, closes #12034
1 parent c82ad63 commit be9ae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Version | Deprecated feature | Replaced by (ava
8484
[v1.14] | Compiled patterns in `String.starts_with?/2` | Pass a list of strings instead (v1.0)
8585
[v1.14] | `Mix.Tasks.Xref.calls/1` | Compilation tracers (outlined in `Code`) (v1.10)
8686
[v1.14] | `$levelpad` in Logger | *None*
87-
[v1.14] | `<|>` as a custom operator | Another custom operator (v1.0)
87+
[v1.14] | `<\|>` as a custom operator | Another custom operator (v1.0)
8888
[v1.13] | `!` and `!=` in Version requirements | `~>` or `>=` (v1.0)
8989
[v1.13] | `Mix.Config` | `Config` (v1.9)
9090
[v1.13] | `:strip_beam` config to `mix escript.build` | `:strip_beams` (v1.9)

0 commit comments

Comments
 (0)