Skip to content

Commit 0f95a8d

Browse files
committed
Clarify doc
1 parent 288e0ec commit 0f95a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/Types.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ class InterfaceType extends @interfacetype, CompositeType {
782782
* different packages defines two distinct types, but they appear identical according to
783783
* `getMethodType`. If the packages were named `a` and `b`, `getMethodType` would yield
784784
* `notExported -> int` for both, whereas this method would yield `a.notExported -> int`
785-
* and `b.notExported -> int` respectively.
785+
* and `b.notExported -> int` respectively, while both yielding `Exported -> int`.
786786
*/
787787
Type getMethodTypeByQualifiedName(string qname) {
788788
exists(int i, string name | i >= 0 |

0 commit comments

Comments
 (0)