Skip to content

Commit de5c77c

Browse files
Update cpp/ql/src/Architecture/Refactoring Opportunities/ClassesWithManyFields.ql
Co-Authored-By: geoffw0 <40627776+geoffw0@users.noreply.github.com>
1 parent 89c26ca commit de5c77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Architecture/Refactoring Opportunities/ClassesWithManyFields.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class VariableDeclarationLine extends TVariableDeclarationInfo
8989
}
9090

9191
/**
92-
* Gets the rank of this `VariableDeclarationLine` in it's file and class
92+
* Gets the rank of this `VariableDeclarationLine` in its file and class
9393
* (that is, the first is 0, the second is 1 and so on).
9494
*/
9595
private int getRank() {

0 commit comments

Comments
 (0)