Skip to content

Commit 0c277a1

Browse files
chore: fix typos in src/main/java/com/thealgorithms/datastructures/heaps/FibonacciHeap.java (#7027)
Fix typos in src/main/java/com/thealgorithms/datastructures/heaps/FibonacciHeap.java
1 parent d75a668 commit 0c277a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/datastructures/heaps/FibonacciHeap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public class HeapNode {
387387
private HeapNode parent;
388388

389389
/*
390-
* a constructor for a heapNode withe key @param (key)
390+
* a constructor for a heapNode with key @param (key)
391391
* prev == next == this
392392
* parent == child == null
393393
*/

0 commit comments

Comments
 (0)