diff --git a/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll b/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll index 87c42ed7dad..4c039a6f957 100644 --- a/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll +++ b/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll @@ -55,7 +55,7 @@ module Impl { * impl MyTrait for MyType { ... } * ``` * - * the type being implemented is in both cases`MyType`. + * the type being implemented is in both cases `MyType`. */ TypeItem getSelf() { result = this.getSelfTy().(TypeMention).getType().(DataType).getTypeItem()