From cb84726cc68ca1e3225d8f90ea9e1c397b811a84 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Mon, 12 Jun 2023 13:08:36 -0700 Subject: [PATCH] Back to "slash" and "backslash". --- lib/ebnf/writer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ebnf/writer.rb b/lib/ebnf/writer.rb index 2f8b229..f6bdcfd 100644 --- a/lib/ebnf/writer.rb +++ b/lib/ebnf/writer.rb @@ -50,7 +50,7 @@ class Writer 0x22 => 'dquote', 0x27 => 'apos', 0x2F => 'slash', - 0x5C => 'back slash', + 0x5C => 'backslash', 0x60 => 'grave', 0x7F => 'delete', 0x80 => 'padding character',