Skip to content

Commit b9c4abe

Browse files
committed
C#: Fix qldoc typos
1 parent c6c1ad1 commit b9c4abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/Unification.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,15 +485,15 @@ module Gvn {
485485
}
486486

487487
/**
488-
* Holds if GVNs `t1` and `t2` can be unified. That is, is it possible to
488+
* Holds if GVNs `t1` and `t2` can be unified. That is, it is possible to
489489
* replace all type parameters in `t1` and `t2` with some GVNs (possibly
490490
* type parameters themselves) to make the two substituted terms equal.
491491
*/
492492
cached
493493
predicate unifiable(ConstructedGvnType t1, ConstructedGvnType t2) { unifiable(t1, t2, _) }
494494

495495
/**
496-
* Holds if GVN `t1` subsumes GVN `t2`. That is, is it possible to replace all
496+
* Holds if GVN `t1` subsumes GVN `t2`. That is, it is possible to replace all
497497
* type parameters in `t1` with some GVNs (possibly type parameters themselves)
498498
* to make the two substituted terms equal.
499499
*/

0 commit comments

Comments
 (0)