diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2025-05-13 16:00:42 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2025-05-13 16:00:42 +0900 |
commit | fa2414f29a410b1d295f06470e9177638032105c (patch) | |
tree | ced9ef975de1329330ae380cb8628573346adc9e | |
parent | e46fbe624aa9242c9eb9c7f0fcff28af74e6846e (diff) |
Fix a typo
-rw-r--r-- | namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/namespace.c b/namespace.c index 60534d300d..3e9abe8df2 100644 --- a/namespace.c +++ b/namespace.c @@ -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; } |