Skip to content

Commit cdc1075

Browse files
committed
Use "Latin Letter Small Capital" characters as substitutes for \textsc
1 parent 09bb404 commit cdc1075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dsu.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl Dsu {
6969
}
7070

7171
// `\textsc` does not work in KaTeX
72-
/// Performs the `UNION` operation.
72+
/// Performs the Uɴɪᴏɴ operation.
7373
///
7474
/// # Constraints
7575
///
@@ -118,7 +118,7 @@ impl Dsu {
118118
self.leader(a) == self.leader(b)
119119
}
120120

121-
/// Performs the `FIND` operation.
121+
/// Performs the Fɪɴᴅ operation.
122122
///
123123
/// # Constraints
124124
///

0 commit comments

Comments
 (0)