@@ -547,7 +547,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
547
547
* Gets the type of the type argument at `path` in `a` that corresponds to
548
548
* the type parameter `tp` in `target`, if any.
549
549
*
550
- * Note, that this predicate crucially does not depend on type inference,
550
+ * Note that this predicate crucially does not depend on type inference,
551
551
* and hence can appear in negated position, e.g., as in
552
552
* `directTypeMatch`.
553
553
*/
@@ -615,12 +615,12 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
615
615
* class Sub<T4> : Mid<C<T4>> { }
616
616
*
617
617
* new Sub<int>().ToString();
618
- * // ^^^^^^^^^^^^^^ `apos`
618
+ * // ^^^^^^^^^^^^^^ node at `apos`
619
619
* // ^^^^^^^^^^^^^^^^^^^^^^^^^ `a`
620
620
* ```
621
621
*
622
- * where the method call is an access and `new Sub<int>()` is an access
623
- * position , which is the receiver of a method call, we have:
622
+ * where the method call is an access and `new Sub<int>()` is at an
623
+ * access position , which is the receiver of a method call, we have:
624
624
*
625
625
* `baseMention` | `path` | `t`
626
626
* ------------- | ------------ | ---
@@ -648,7 +648,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
648
648
649
649
/**
650
650
* Holds if the type of `a` at `apos` has the base type `base`, and when
651
- * viewed as an element of that type has at `path` the type `t`.
651
+ * viewed as an element of that type has the type `t` at `path `.
652
652
*/
653
653
pragma [ nomagic]
654
654
private predicate accessBaseType (
0 commit comments