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

Co-Authored-By: geoffw0 <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Dave Bartolomeo
2019-04-17 09:40:27 +01:00
committed by Geoffrey White
parent 89c26ca394
commit de5c77c4e2

View File

@@ -89,7 +89,7 @@ class VariableDeclarationLine extends TVariableDeclarationInfo
}
/**
* Gets the rank of this `VariableDeclarationLine` in it's file and class
* Gets the rank of this `VariableDeclarationLine` in its file and class
* (that is, the first is 0, the second is 1 and so on).
*/
private int getRank() {