From 87949f6c207136df3fb0afc805e622d8ddaddbac Mon Sep 17 00:00:00 2001 From: sjinzh <99076655+sjinzh@users.noreply.github.com> Date: Mon, 16 Jan 2023 00:10:26 +0800 Subject: [PATCH] update zig codes for Section 'Heap' (heap.zig) --- codes/java/chapter_heap/heap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/java/chapter_heap/heap.java b/codes/java/chapter_heap/heap.java index 1a0c53b94..35ca6af0f 100644 --- a/codes/java/chapter_heap/heap.java +++ b/codes/java/chapter_heap/heap.java @@ -1,5 +1,5 @@ /** - * File: my_heap.java + * File: heap.java * Created Time: 2023-01-07 * Author: Krahets (krahets@163.com) */