Skip to content

Commit 54c1158

Browse files
committed
Modify a expression erases -> deletes
1 parent a1a0664 commit 54c1158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Returns whether the queue is empty or not.
136136

137137
$heap.clear();
138138

139-
Erases all items in the queue.
139+
Deletes all items in the queue.
140140

141141
CAUTION
142142
=======

lib/Algorithm/MinMaxHeap.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Returns whether the queue is empty or not.
489489
490490
$heap.clear();
491491
492-
Erases all items in the queue.
492+
Deletes all items in the queue.
493493
494494
=head1 CAUTION
495495

0 commit comments

Comments
 (0)