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 {
417417 override ReturnType getReturnType ( ) { result = ReturnsCall .super .getReturnType ( ) }
418418 }
419419
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. */
421421 class MethodVoidCall extends MethodReturnsTypeCall instanceof VoidCall {
422422 override ReturnType getReturnType ( ) { result = VoidCall .super .getReturnType ( ) }
423423 }
@@ -448,7 +448,7 @@ module Rbi {
448448 }
449449
450450 /**
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
452452 * a useful value.
453453 */
454454 class ProcVoidCall extends ProcReturnsTypeCall instanceof VoidCall {
You can’t perform that action at this time.
0 commit comments