Skip to content

Commit 7a74efc

Browse files
hvitvedpaldepind
andauthored
Update rust/ql/lib/codeql/rust/elements/internal/UnionImpl.qll
Co-authored-by: Simon Friis Vindum <paldepind@github.com>
1 parent 2a814dd commit 7a74efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Impl {
2121
* ```
2222
*/
2323
class Union extends Generated::Union {
24-
/** Gets the record field named `name`, if any. */
24+
/** Gets the struct field named `name`, if any. */
2525
pragma[nomagic]
2626
StructField getStructField(string name) {
2727
result = this.getStructFieldList().getAField() and

0 commit comments

Comments
 (0)