From 10d97949e8fdf57487f742837328e3f7945dfc37 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 6 Apr 2021 21:18:56 -0500 Subject: [PATCH] docs(about): Update comparison table --- docs/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about.md b/docs/about.md index 4bd9d77..3a3eb21 100644 --- a/docs/about.md +++ b/docs/about.md @@ -39,7 +39,7 @@ See also [benchmarks](../benchsuite/runs). | Runtime | \- | \- | \- | Python | Python | | Dictionary | Blacklist | Blacklist | Blacklist | Blacklist | Whitelist | | Custom Dict | Yes | No | ? | Yes | Yes | -| Per-Lang Dict | No ([#14][def-14]) | No | ? | No | Yes | +| Per-Lang Dict | Yes | No | ? | No | Yes | | CamelCase | Yes | No | ? | No | Yes | | snake_case | Yes | No | ? | No | Yes | | Ignore Hex | Yes | No | ? | No | Yes |