Fix "be be" typos

This commit is contained in:
Henry Mercer
2025-10-14 11:09:43 +01:00
parent 33542f7d40
commit 9507ec0853
4 changed files with 4 additions and 4 deletions

View File

@@ -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"