mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Fix "be be" typos
This commit is contained in:
@@ -51,7 +51,7 @@ module Kernel {
|
||||
|
||||
/**
|
||||
* Holds if `method` is a name of a private method in the `Kernel` module.
|
||||
* These can be be invoked on `self`, on `Kernel`, or using a low-level primitive like `send` or `instance_eval`.
|
||||
* These can be invoked on `self`, on `Kernel`, or using a low-level primitive like `send` or `instance_eval`.
|
||||
* ```ruby
|
||||
* puts "hello world"
|
||||
* Kernel.puts "hello world"
|
||||
|
||||
Reference in New Issue
Block a user