Skip to content

Commit

Permalink
Clarify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed Oct 8, 2024
1 parent 288e0ec commit 0f95a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/ql/lib/semmle/go/Types.qll
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ class InterfaceType extends @interfacetype, CompositeType {
* different packages defines two distinct types, but they appear identical according to
* `getMethodType`. If the packages were named `a` and `b`, `getMethodType` would yield
* `notExported -> int` for both, whereas this method would yield `a.notExported -> int`
* and `b.notExported -> int` respectively.
* and `b.notExported -> int` respectively, while both yielding `Exported -> int`.
*/
Type getMethodTypeByQualifiedName(string qname) {
exists(int i, string name | i >= 0 |
Expand Down

0 comments on commit 0f95a8d

Please sign in to comment.