From 81b068e70f75d8ab8f92d77ccccccb8dda06f3e0 Mon Sep 17 00:00:00 2001 From: Surav Shrestha <--unset> Date: Wed, 18 Oct 2023 19:34:46 +0545 Subject: [PATCH] fix typos in 'lcci/08.07.Permutation I/README_EN.md' --- lcci/08.07.Permutation I/README_EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcci/08.07.Permutation I/README_EN.md b/lcci/08.07.Permutation I/README_EN.md index 1d7a715dfb71f..24cd06be08222 100644 --- a/lcci/08.07.Permutation I/README_EN.md +++ b/lcci/08.07.Permutation I/README_EN.md @@ -29,7 +29,7 @@

Note:

    -
  1. All charaters are English letters.
  2. +
  3. All characters are English letters.
  4. 1 <= S.length <= 9
@@ -95,7 +95,7 @@ class Solution { } ``` -### **JavaSript** +### **JavaScript** ```js /**