We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46fbe6 commit fa2414fCopy full SHA for fa2414f
namespace.c
@@ -992,7 +992,7 @@ rb_initialize_main_namespace(void)
992
if (!namespace_experimental_warned) {
993
rb_category_warn(RB_WARN_CATEGORY_EXPERIMENTAL,
994
"Namespace is experimental, and the behavior may change in the future!\n"
995
- "See doc/namespace.md for know issues, etc.");
+ "See doc/namespace.md for known issues, etc.");
996
namespace_experimental_warned = 1;
997
}
998
0 commit comments