Skip to content

Commit f35e866

Browse files
jeffgran-doxaibaars
andcommitted
Capitalize "Gets"
Co-authored-by: Arthur Baars <[email protected]>
1 parent 0c69899 commit f35e866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ast/Constant.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class ConstantWriteAccess extends ConstantAccess {
207207
}
208208

209209
/**
210-
* gets a qualified name for this constant. Deprecated in favor of
210+
* Gets a qualified name for this constant. Deprecated in favor of
211211
* `getAQualifiedName` because this can return more than one value
212212
*/
213213
deprecated string getQualifiedName() {

0 commit comments

Comments
 (0)