chore: some proofreading in the docs (#9223)

Hi, caught a few mistakes while reading the docs. Hope I can be of any
help.
Have a nice day.
This commit is contained in:
Pan chao 2024-01-13 06:04:55 +01:00 committed by GitHub
parent 7b58dab998
commit 2b0fd6d447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -110,7 +110,7 @@ To avoid that, the ETL framework allows storing progress by setting `OnLoadCommi
Then we can use this data to know the progress the ETL transformation made. Then we can use this data to know the progress the ETL transformation made.
You can also specify `ExtractStartKey` and `ExtractEndKey` to limit the nubmer You can also specify `ExtractStartKey` and `ExtractEndKey` to limit the number
of items transformed. of items transformed.

View File

@ -1842,7 +1842,7 @@ Submit the mining hashrate to the blockchain.
* - Type * - Type
- Description - Description
* - ``BOOLEAN`` * - ``BOOLEAN``
- ``true`` if submitting went through succesfully, ``false`` otherwise - ``true`` if submitting went through successfully, ``false`` otherwise
-------------- --------------

View File

@ -42,7 +42,7 @@ the process method takes the headers retrieve thanks to the fetcher and does the
* Save block headers in database. * Save block headers in database.
This process repeates until we reach the maximun height. once it is reached the stage finish. This process repeats until we reach the maximum height. once it is reached the stage finish.
Changes in DB: Changes in DB:

View File

@ -22,7 +22,7 @@ Address represents the 20 byte address of an Ethereum account.
type Hash [32]byte type Hash [32]byte
Hash represents the 32 byte Keccak256 hash of arbitrary data. Hash represents the 32 byte Keccak256 hash of arbitrary data.
Address repressents the 20 byte standard Ethereum Address Address represents the 20 byte standard Ethereum Address
Both Hash and Address are bytes arrays. Both Hash and Address are bytes arrays.
@ -60,7 +60,7 @@ Transaction
type Transactions []*Transaction type Transactions []*Transaction
repressent an Ethereum Transaction. represent an Ethereum Transaction.
**from** **from**
@ -218,7 +218,7 @@ Block
ReceivedFrom interface{} ReceivedFrom interface{}
} }
repressent a block of the chain. represent a block of the chain.
**header** **header**