We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62dda9 commit be38e6eCopy full SHA for be38e6e
1 file changed
ruby/ql/lib/codeql/ruby/ast/Call.qll
@@ -106,7 +106,7 @@ class MethodCall extends Call instanceof MethodCallImpl {
106
final Block getBlock() { result = super.getBlockImpl() }
107
108
/**
109
- * Holds if the safe nagivation operator (`&.`) is used in this call.
+ * Holds if the safe navigation operator (`&.`) is used in this call.
110
* ```rb
111
* foo&.empty?
112
* ```
0 commit comments