Skip to content

Commit e5736c7

Browse files
qryxipkoba-e964
andauthored
Fix a grammar error
Co-authored-by: Hiroki Kobayashi <[email protected]>
1 parent 3feb767 commit e5736c7

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
@@ -4,7 +4,7 @@
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
///
7-
/// In the following documentation, let $n$ be size of the DSU.
7+
/// In the following documentation, let $n$ be the size of the DSU.
88
///
99
/// # Example
1010
///

0 commit comments

Comments
 (0)