From 14dae1c1cda9fc4c7ef0dfda9ae5c4d9a09541cb Mon Sep 17 00:00:00 2001 From: Revone Date: Sun, 15 Oct 2023 22:04:33 +0800 Subject: [PATCH] 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 06ef9a2..a7767a9 100644 --- a/src/data-structures/heap/heap.ts +++ b/src/data-structures/heap/heap.ts @@ -1,7 +1,7 @@ /** * data-structure-typed * - * @author Tyler Zeng + * @author Kirk * @copyright Copyright (c) 2022 Tyler Zeng * @license MIT License */