From c9f0d5d0332233de8a9a099e50715293721039b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B4=8B?= Date: Tue, 16 Jan 2024 19:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problemset/isomorphic-strings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problemset/isomorphic-strings/README.md b/problemset/isomorphic-strings/README.md index 534f661..414d09e 100644 --- a/problemset/isomorphic-strings/README.md +++ b/problemset/isomorphic-strings/README.md @@ -14,7 +14,7 @@ ### 示例 1: ```typescript -输入:s = "egg", t = "add" +输入:s = "egg", t = "add" 输出:true ```