Fix a typo

This commit is contained in:
Kazuhiro NISHIYAMA 2025-05-13 16:00:42 +09:00
parent e46fbe624a
commit fa2414f29a
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -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;
}