Rust: Correct QLDoc comment.

This commit is contained in:
Geoffrey White
2025-11-21 18:13:08 +00:00
parent 03fc4cb0aa
commit 988aca1f85

View File

@@ -45,7 +45,7 @@ class IntegralOrBooleanTypeBarrier extends DataFlow::Node {
/**
* Holds if guard expression `g` having result `branch` indicates that the
* sub-expression `node` is not null. For example when `ptr.is_null()` is
* sub-expression `e` is not null. For example when `ptr.is_null()` is
* `false`, we have that `ptr` is not null.
*/
private predicate notNullCheck(AstNode g, Expr e, boolean branch) {