Skip to content

Commit 948e36a

Browse files
committed
C#: Update comment for Endpoint
1 parent 81a8eee commit 948e36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/utils/modeleditor/ModelEditor.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private predicate isUninteresting(DotNet::Callable c) {
2222
}
2323

2424
/**
25-
* An callable method from either the C# Standard Library, a 3rd party library, or from the source.
25+
* A callable method or accessor from either the C# Standard Library, a 3rd party library, or from the source.
2626
*/
2727
class Endpoint extends DotNet::Callable {
2828
Endpoint() {

0 commit comments

Comments
 (0)