Rust: Fix typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Simon Friis Vindum
2026-01-23 10:07:11 +01:00
committed by GitHub
parent 3d7049265f
commit 8f6f7d0985

View File

@@ -938,7 +938,7 @@ mod patterns {
}
}
/// Tests for refering to constructors via `Self`
/// Tests for referring to constructors via `Self`
mod self_constructors {
struct TupleStruct(i32); // $ item=i32