Skip to content

Commit fa2414f

Browse files
committed
Fix a typo
1 parent e46fbe6 commit fa2414f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ rb_initialize_main_namespace(void)
992992
if (!namespace_experimental_warned) {
993993
rb_category_warn(RB_WARN_CATEGORY_EXPERIMENTAL,
994994
"Namespace is experimental, and the behavior may change in the future!\n"
995-
"See doc/namespace.md for know issues, etc.");
995+
"See doc/namespace.md for known issues, etc.");
996996
namespace_experimental_warned = 1;
997997
}
998998

0 commit comments

Comments
 (0)