Skip to content

Commit 588b31d

Browse files
committed
Ruby: fix another typo
1 parent a7b9229 commit 588b31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ module API {
269269
* Gets a node representing the `contents` stored on the base object.
270270
*/
271271
Node getContents(DataFlow::ContentSet contents) {
272-
// We already use getAStoreContent when generating the graph, and we always use getAReadContent when querying the graph.
272+
// We always use getAStoreContent when generating the graph, and we always use getAReadContent when querying the graph.
273273
result = this.getContent(contents.getAReadContent())
274274
}
275275

0 commit comments

Comments
 (0)