Skip to content

Commit 17cd361

Browse files
hvitvedCopilot
andauthored
Update rust/ql/lib/codeql/rust/internal/TypeMention.qll
Co-authored-by: Copilot <[email protected]>
1 parent 23467ca commit 17cd361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/TypeMention.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ TypeMention getSelfParamTypeMention(SelfParam self) {
391391
}
392392

393393
/**
394-
* An element used to represent the implicit `()` return type of function.
394+
* An element used to represent the implicit `()` return type of a function.
395395
*/
396396
class ShorthandReturnTypeMention extends TypeMention instanceof Name {
397397
private Function f;

0 commit comments

Comments
 (0)