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 23467ca commit 17cd361Copy full SHA for 17cd361
rust/ql/lib/codeql/rust/internal/TypeMention.qll
@@ -391,7 +391,7 @@ TypeMention getSelfParamTypeMention(SelfParam self) {
391
}
392
393
/**
394
- * An element used to represent the implicit `()` return type of function.
+ * An element used to represent the implicit `()` return type of a function.
395
*/
396
class ShorthandReturnTypeMention extends TypeMention instanceof Name {
397
private Function f;
0 commit comments