Skip to content

Commit f4b32a3

Browse files
committed
spelling: excluding
Signed-off-by: Josh Soref <[email protected]>
1 parent 893c545 commit f4b32a3

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
@@ -65,7 +65,7 @@ class ConstantValue extends TConstantValue {
6565
/** Holds if this is the string value `s`. */
6666
predicate isString(string s) { s = this.getString() }
6767

68-
/** Gets the symbol value (exluding the `:` prefix), if this is a symbol. */
68+
/** Gets the symbol value (excluding the `:` prefix), if this is a symbol. */
6969
string getSymbol() { this = TSymbol(result) }
7070

7171
/** Holds if this is the symbol value `:s`. */

0 commit comments

Comments
 (0)