We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75a668 commit 0c277a1Copy full SHA for 0c277a1
1 file changed
src/main/java/com/thealgorithms/datastructures/heaps/FibonacciHeap.java
@@ -387,7 +387,7 @@ public class HeapNode {
387
private HeapNode parent;
388
389
/*
390
- * a constructor for a heapNode withe key @param (key)
+ * a constructor for a heapNode with key @param (key)
391
* prev == next == this
392
* parent == child == null
393
*/
0 commit comments