File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/ql/src/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments