From 4674e0a3418c920f2e26c39c006236ca86fab3d1 Mon Sep 17 00:00:00 2001 From: Nathan Vander Wilt Date: Thu, 14 Jun 2018 14:34:09 -0700 Subject: [PATCH] fix apparent typo --- scripts/morse-dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/morse-dictionary.js b/scripts/morse-dictionary.js index 5899862..2aee081 100644 --- a/scripts/morse-dictionary.js +++ b/scripts/morse-dictionary.js @@ -34,7 +34,7 @@ const morseToEnglish = { '...': 's', '-': 't', '..-': 'u', - 'c': 'v', + '...-': 'v', '.--': 'w', '-..-': 'x', '-.--': 'y',