We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893c545 commit f4b32a3Copy full SHA for f4b32a3
ruby/ql/lib/codeql/ruby/ast/Constant.qll
@@ -65,7 +65,7 @@ class ConstantValue extends TConstantValue {
65
/** Holds if this is the string value `s`. */
66
predicate isString(string s) { s = this.getString() }
67
68
- /** Gets the symbol value (exluding the `:` prefix), if this is a symbol. */
+ /** Gets the symbol value (excluding the `:` prefix), if this is a symbol. */
69
string getSymbol() { this = TSymbol(result) }
70
71
/** Holds if this is the symbol value `:s`. */
0 commit comments