From 6a8204d28c6199135753bac75d397eba88822841 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Wed, 11 Feb 2026 13:41:14 +0000 Subject: [PATCH] "dataflow" -> "data flow" in QLDoc --- java/ql/lib/semmle/code/java/Concepts.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/ql/lib/semmle/code/java/Concepts.qll b/java/ql/lib/semmle/code/java/Concepts.qll index 3024455792c..ebe37bc2bc4 100644 --- a/java/ql/lib/semmle/code/java/Concepts.qll +++ b/java/ql/lib/semmle/code/java/Concepts.qll @@ -19,7 +19,7 @@ class RegexExecution extends DataFlow::Node instanceof RegexExecution::Range { /** Gets the data flow node for the regex being executed by this node. */ DataFlow::Node getRegex() { result = super.getRegex() } - /** Gets a dataflow node for the string to be searched or matched against. */ + /** Gets a data flow node for the string to be searched or matched against. */ DataFlow::Node getString() { result = super.getString() } /**