docs: fix typos and incorrect documentation#20943
Merged
Conversation
300bdbe to
f2b964b
Compare
f2b964b to
ce25a1a
Compare
- Fix incorrect transport in with_ipc comments (ipc not http) - Fix 'initiate' to 'initialize' in DatabaseError::InitTx doc - Fix 'the this' to 'this' in ProviderError::is_other doc - Fix UnboundedMeteredReceiver doc references (Receiver -> UnboundedReceiver) - Fix broken Next Chapter link in db.md docs - Fix 'since this the' to 'since the' in transaction manager comment - Fix 'have haven't' to 'we haven't' and 'dont' to 'don't' in pruning comment - Fix double space in MissingStaticFileData docstring - Fix parameter name _gas_price -> _gas_limit in MinerApi::set_gas_limit
ce25a1a to
e0ac600
Compare
yongkangc
pushed a commit
that referenced
this pull request
Jan 12, 2026
yongkangc
pushed a commit
that referenced
this pull request
Jan 13, 2026
yongkangc
pushed a commit
that referenced
this pull request
Jan 13, 2026
gakonst
pushed a commit
that referenced
this pull request
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates fixes from unmerged spelling PRs:
with_ipccomments - said "http" but should be "ipc" (docs(rpc): fix incorrect transport in with_ipc comment #20939 pattern)DatabaseError::InitTxdoc (fix: typos in error messages and comments #20908)ProviderError::is_otherdoc (fix: typos in error messages and comments #20908)UnboundedMeteredReceiverdoc references fromReceivertoUnboundedReceiver(docs(metrics): fix inconsistent doc reference in UnboundedMeteredReceiver #20129)MissingStaticFileDatadocstring (fix: typos and grammatical errors in comments and docstrings #20936)_gas_price->_gas_limitinMinerApi::set_gas_limit(fix(rpc): correct parameter name in MinerApi::set_gas_limit #20926)