Skip to content

Commit 0999ec3

Browse files
committed
spelling: specifies
Signed-off-by: Josh Soref <[email protected]>
1 parent 45d1e3f commit 0999ec3

File tree

1 file changed

+2
-2
lines changed
  • ruby/ql/lib/codeql/ruby/experimental

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/experimental/Rbi.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)