mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix a typo
This commit is contained in:
parent
e46fbe624a
commit
fa2414f29a
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ rb_initialize_main_namespace(void)
|
|||
if (!namespace_experimental_warned) {
|
||||
rb_category_warn(RB_WARN_CATEGORY_EXPERIMENTAL,
|
||||
"Namespace is experimental, and the behavior may change in the future!\n"
|
||||
"See doc/namespace.md for know issues, etc.");
|
||||
"See doc/namespace.md for known issues, etc.");
|
||||
namespace_experimental_warned = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue