summaryrefslogtreecommitdiff
path: root/lib/elixir
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2022-08-01 12:06:06 +0200
committerJosé Valim <jose.valim@dashbit.co>2022-08-01 12:06:06 +0200
commit62c0c59ebd002ead1923b92b720545817ccbba38 (patch)
tree17d4068af9cc934697b914a00437815f60dce820 /lib/elixir
parentb0b3cc6de43d12d3a2a249c290685dc094b0e15e (diff)
downloadelixir-62c0c59ebd002ead1923b92b720545817ccbba38.tar.gz
Fix deprecation table rendering, closes #12034
Diffstat (limited to 'lib/elixir')
-rw-r--r--lib/elixir/pages/compatibility-and-deprecations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/pages/compatibility-and-deprecations.md b/lib/elixir/pages/compatibility-and-deprecations.md
index 84cf4214c..b79b59f00 100644
--- a/lib/elixir/pages/compatibility-and-deprecations.md
+++ b/lib/elixir/pages/compatibility-and-deprecations.md
@@ -90,7 +90,7 @@ Version | Deprecated feature | Replaced by (ava
[v1.14] | Compiled patterns in `String.starts_with?/2` | Pass a list of strings instead (v1.0)
[v1.14] | `Mix.Tasks.Xref.calls/1` | Compilation tracers (outlined in `Code`) (v1.10)
[v1.14] | `$levelpad` in Logger | *None*
-[v1.14] | `<|>` as a custom operator | Another custom operator (v1.0)
+[v1.14] | `<\|>` as a custom operator | Another custom operator (v1.0)
[v1.13] | `!` and `!=` in Version requirements | `~>` or `>=` (v1.0)
[v1.13] | `Mix.Config` | `Config` (v1.9)
[v1.13] | `:strip_beam` config to `mix escript.build` | `:strip_beams` (v1.9)