Skip to content

Commit be38e6e

Browse files
committed
spelling: navigation
Signed-off-by: Josh Soref <[email protected]>
1 parent e62dda9 commit be38e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class MethodCall extends Call instanceof MethodCallImpl {
106106
final Block getBlock() { result = super.getBlockImpl() }
107107

108108
/**
109-
* Holds if the safe nagivation operator (`&.`) is used in this call.
109+
* Holds if the safe navigation operator (`&.`) is used in this call.
110110
* ```rb
111111
* foo&.empty?
112112
* ```

0 commit comments

Comments
 (0)