Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong function name in readme.md #3

Merged
merged 1 commit into from
May 31, 2022
Merged

Wrong function name in readme.md #3

merged 1 commit into from
May 31, 2022

Conversation

jalhund
Copy link
Contributor

@jalhund jalhund commented May 29, 2022

Code of set log level is

function M.set_level(level)
	M.logging_level = level
end

Not set_log_level

Code of set log level is
```
function M.set_level(level)
	M.logging_level = level
end
```
Not `set_log_level`
@subsoap subsoap merged commit 6c49541 into subsoap:master May 31, 2022
@subsoap
Copy link
Owner

subsoap commented May 31, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants