File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ruby/ql/lib/codeql/ruby/experimental Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -417,7 +417,7 @@ module Rbi {
417
417
override ReturnType getReturnType ( ) { result = ReturnsCall .super .getReturnType ( ) }
418
418
}
419
419
420
- /** A call to `void` that spcifies that a given method does not return a useful value. */
420
+ /** A call to `void` that specifies that a given method does not return a useful value. */
421
421
class MethodVoidCall extends MethodReturnsTypeCall instanceof VoidCall {
422
422
override ReturnType getReturnType ( ) { result = VoidCall .super .getReturnType ( ) }
423
423
}
@@ -448,7 +448,7 @@ module Rbi {
448
448
}
449
449
450
450
/**
451
- * A call to `void` that spcifies that a given proc or block does not return
451
+ * A call to `void` that specifies that a given proc or block does not return
452
452
* a useful value.
453
453
*/
454
454
class ProcVoidCall extends ProcReturnsTypeCall instanceof VoidCall {
You can’t perform that action at this time.
0 commit comments