From 219e41f32ef9bc89ead5fd5d57c71e9a86eff88d Mon Sep 17 00:00:00 2001 From: Revone Date: Mon, 16 Oct 2023 00:14:57 +0800 Subject: [PATCH] [heap] test --- src/data-structures/heap/heap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data-structures/heap/heap.ts b/src/data-structures/heap/heap.ts index a7767a9..af81b7b 100644 --- a/src/data-structures/heap/heap.ts +++ b/src/data-structures/heap/heap.ts @@ -1,7 +1,7 @@ /** * data-structure-typed * - * @author Kirk + * @author Kirk * @copyright Copyright (c) 2022 Tyler Zeng * @license MIT License */