diff options
| author | geekvest <126322776+geekvest@users.noreply.github.com> | 2024-03-03 22:50:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-03 14:50:19 +0000 |
| commit | 098ef5acbb91723c4c806b23e5e5d85523fc88aa (patch) | |
| tree | 164809b1b3d23bdd5ef5b867b6a22673919648c0 /crates/typst-svg/src | |
| parent | 4f1d97253d32bc486cde25ee8d1149acdee4fb5f (diff) | |
Fix some comments (#3541)
Signed-off-by: geekvest <cuimoman@sohu.com>
Diffstat (limited to 'crates/typst-svg/src')
| -rw-r--r-- | crates/typst-svg/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-svg/src/lib.rs b/crates/typst-svg/src/lib.rs index 4d542296..ad8faf29 100644 --- a/crates/typst-svg/src/lib.rs +++ b/crates/typst-svg/src/lib.rs @@ -1279,7 +1279,7 @@ impl<T> Deduplicator<T> { }) } - /// Iterate over the the elements alongside their ids. + /// Iterate over the elements alongside their ids. fn iter(&self) -> impl Iterator<Item = (Id, &T)> { self.vec .iter() |
