Skip to content

Commit 329df20

Browse files
paldepindCopilot
andauthored
Rust: Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 815af34 commit 329df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/security/Barriers.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private import codeql.rust.controlflow.ControlFlowGraph as Cfg
1111
private import codeql.rust.controlflow.CfgNodes as CfgNodes
1212
private import codeql.rust.frameworks.stdlib.Builtins as Builtins
1313

14-
/** A node whose type is a numeric. */
14+
/** A node whose type is a numeric type. */
1515
class NumericTypeBarrier extends DataFlow::Node {
1616
NumericTypeBarrier() {
1717
TypeInference::inferType(this.asExpr()).(StructType).getStruct() instanceof

0 commit comments

Comments
 (0)