diff --git a/rust/ql/test/library-tests/path-resolution/main.rs b/rust/ql/test/library-tests/path-resolution/main.rs index d44d0d84ce0..0c60ac9d2d0 100644 --- a/rust/ql/test/library-tests/path-resolution/main.rs +++ b/rust/ql/test/library-tests/path-resolution/main.rs @@ -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