We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f177e commit cda112aCopy full SHA for cda112a
app/lib/search/heap.dart
@@ -35,7 +35,7 @@ class Heap<T> {
35
_isValid = false;
36
}
37
38
- /// Ensures that the tree structre below the [index] is a valid heap.
+ /// Ensures that the tree structure below the [index] is a valid heap.
39
void _heapify(int index) {
40
final maxLength = _items.length;
41
final item = _items[index];
0 commit comments