Skip to content

Commit cda112a

Browse files
isoossigurdm
andauthored
Update app/lib/search/heap.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent e1f177e commit cda112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/search/heap.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Heap<T> {
3535
_isValid = false;
3636
}
3737

38-
/// Ensures that the tree structre below the [index] is a valid heap.
38+
/// Ensures that the tree structure below the [index] is a valid heap.
3939
void _heapify(int index) {
4040
final maxLength = _items.length;
4141
final item = _items[index];

0 commit comments

Comments
 (0)