From 8912e30b1a6a819b653c62092a7e4fb9cfeb2d0d Mon Sep 17 00:00:00 2001 From: whale <79465534+whale2002@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:31:51 +0800 Subject: [PATCH] =?UTF-8?q?Update=200046.=E5=85=A8=E6=8E=92=E5=88=97.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/0046.全排列.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/0046.全排列.md b/problems/0046.全排列.md index ce07395a..5a4ff154 100644 --- a/problems/0046.全排列.md +++ b/problems/0046.全排列.md @@ -331,7 +331,7 @@ var permute = function(nums) { ``` -## TypeScript +### TypeScript ```typescript function permute(nums: number[]): number[][] {