Skip to content

Commit 8f6f7d0

Browse files
paldepindCopilot
andauthored
Rust: Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3d70492 commit 8f6f7d0

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/path-resolution

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/path-resolution/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ mod patterns {
938938
}
939939
}
940940

941-
/// Tests for refering to constructors via `Self`
941+
/// Tests for referring to constructors via `Self`
942942
mod self_constructors {
943943
struct TupleStruct(i32); // $ item=i32
944944

0 commit comments

Comments
 (0)