Skip to content

Commit 09bb404

Browse files
committed
Fix a typo
1 parent 8d81951 commit 09bb404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! A Disjoint set union (DSU) with union by size and path compression.
22
3-
/// A Disjoint set union (DSU) with union by size and path compressione.
3+
/// A Disjoint set union (DSU) with union by size and path compression.
44
///
55
/// See: [Zvi Galil and Giuseppe F. Italiano, Data structures and algorithms for disjoint set union problems](https://core.ac.uk/download/pdf/161439519.pdf)
66
///

0 commit comments

Comments
 (0)