We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a8eee commit 948e36aCopy full SHA for 948e36a
csharp/ql/src/utils/modeleditor/ModelEditor.qll
@@ -22,7 +22,7 @@ private predicate isUninteresting(DotNet::Callable c) {
22
}
23
24
/**
25
- * An callable method from either the C# Standard Library, a 3rd party library, or from the source.
+ * A callable method or accessor from either the C# Standard Library, a 3rd party library, or from the source.
26
*/
27
class Endpoint extends DotNet::Callable {
28
Endpoint() {
0 commit comments