Skip to content

Commit 28a776a

Browse files
committed
JS: dataflow -> data flow
1 parent c0b58f6 commit 28a776a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javascript/ql/src/semmle/javascript/frameworks/Firebase.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module Firebase {
183183
result = database(_)
184184
}
185185

186-
/** Gets a dataflow node holding a `RefBuilder` object. */
186+
/** Gets a data flow node holding a `RefBuilder` object. */
187187
DataFlow::SourceNode refBuilder(DataFlow::TypeTracker t) {
188188
t.start() and
189189
result = database().getAMethodCall("ref")
@@ -193,7 +193,7 @@ module Firebase {
193193
)
194194
}
195195

196-
/** Gets a dataflow node holding a `RefBuilder` object. */
196+
/** Gets a data flow node holding a `RefBuilder` object. */
197197
DataFlow::SourceNode ref() {
198198
result = refBuilder(_)
199199
}
@@ -206,7 +206,7 @@ module Firebase {
206206
}
207207

208208
/**
209-
* Gets the dataflow node holding the listener callback.
209+
* Gets the data flow node holding the listener callback.
210210
*/
211211
DataFlow::Node getCallbackNode() {
212212
result = getArgument(0)

0 commit comments

Comments
 (0)