Ruby: fix another typo

This commit is contained in:
Asger F
2022-09-22 09:46:05 +02:00
parent a7b92295a2
commit 588b31d15d

View File

@@ -269,7 +269,7 @@ module API {
* Gets a node representing the `contents` stored on the base object.
*/
Node getContents(DataFlow::ContentSet contents) {
// We already use getAStoreContent when generating the graph, and we always use getAReadContent when querying the graph.
// We always use getAStoreContent when generating the graph, and we always use getAReadContent when querying the graph.
result = this.getContent(contents.getAReadContent())
}