paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.99k stars 1.22k forks source link

Fix grammatical error in lib.rs #12632

Closed famouswizard closed 4 days ago

famouswizard commented 4 days ago

Description:
This pull request corrects a grammatical error in the documentation for the min-info-logs feature flag. Specifically, the sentence:

This can speed up the node, since fewer calls to the logging component is made.

has been corrected to:

This can speed up the node, since fewer calls to the logging component are made.

Importance of the fix:

This change is non-functional and affects only the documentation.