diff --git a/src/undocumented_names.jl b/src/undocumented_names.jl index 1658418..5d28a50 100644 --- a/src/undocumented_names.jl +++ b/src/undocumented_names.jl @@ -1,7 +1,7 @@ """ test_undocumented_names(module::Module) -Test that all public names in `module` have a docstring (including the module itself). +Test that all public names in `module` have a docstring (not including the module itself). !!! warning For Julia versions before 1.11, this does not test anything.