Ruby: use Ruby object instantiation syntax in a comment

This commit is contained in:
Alex Ford
2021-12-13 12:54:45 +00:00
parent 7ff2ee695d
commit 4ae92667e1

View File

@@ -82,7 +82,7 @@ module API {
* constructor is the function represented by this node.
*
* For example, if this node represents a use of some class `A`, then there might be a node
* representing instances of `A`, typically corresponding to expressions `new A()` at the
* representing instances of `A`, typically corresponding to expressions `A.new` at the
* source level.
*
* This predicate may have multiple results when there are multiple constructor calls invoking this API component.