Fix a typo
This commit is contained in:
parent
e46fbe624a
commit
fa2414f29a
@ -992,7 +992,7 @@ rb_initialize_main_namespace(void)
|
|||||||
if (!namespace_experimental_warned) {
|
if (!namespace_experimental_warned) {
|
||||||
rb_category_warn(RB_WARN_CATEGORY_EXPERIMENTAL,
|
rb_category_warn(RB_WARN_CATEGORY_EXPERIMENTAL,
|
||||||
"Namespace is experimental, and the behavior may change in the future!\n"
|
"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;
|
namespace_experimental_warned = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user