diff --git a/src/searcher.rs b/src/searcher.rs index 8278a9d..ead18e5 100644 --- a/src/searcher.rs +++ b/src/searcher.rs @@ -42,8 +42,8 @@ impl UserData for Searcher { } } -/// Like `Searcher`, but with `modules` values encoded as `&'static str` to facilitate -/// compile-time includes of Fennel source code. +/// Like `Searcher`, but with `modules` keys and values encoded as `&'static str` +/// to facilitate compile-time includes of Lua source code. struct StaticSearcher { modules: HashMap<&'static str, &'static str>, globals: RegistryKey,