diff --git a/rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.qhelp b/rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.qhelp index 2aa2b8abef8..1c6a0452c53 100644 --- a/rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.qhelp +++ b/rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.qhelp @@ -17,7 +17,7 @@ potential attacks. When dereferencing a pointer in unsafe code, take care that the pointer is valid and points to the intended data. Code may need to be rearranged or additional checks added to ensure safety in all circumstances. If possible, rewrite the code using safe Rust types to avoid this -kind of problems altogether. +kind of problem altogether.