Skip to content

Commit 62207f1

Browse files
hvitvedCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d5f9447 commit 62207f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module Impl {
5555
* impl MyTrait for MyType { ... }
5656
* ```
5757
*
58-
* the type being implemented is in both cases`MyType`.
58+
* the type being implemented is in both cases `MyType`.
5959
*/
6060
TypeItem getSelf() {
6161
result = this.getSelfTy().(TypeMention).getType().(DataType).getTypeItem()

0 commit comments

Comments
 (0)