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 */