mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-02-23 04:07:06 +00:00
Fix spelling errors (#314)
* fix spelling lib.rs * fix spelling error environment.rs
This commit is contained in:
parent
c9bca86add
commit
91680f2e33
@ -7,7 +7,7 @@
|
||||
//! block processing time).
|
||||
//! - `IncCounter`: used to represent an ideally ever-growing, never-shrinking integer (e.g.,
|
||||
//! number of block processing requests).
|
||||
//! - `IntGauge`: used to represent an varying integer (e.g., number of attestations per block).
|
||||
//! - `IntGauge`: used to represent a varying integer (e.g., number of attestations per block).
|
||||
//!
|
||||
//! ## Important
|
||||
//!
|
||||
|
@ -1,4 +1,4 @@
|
||||
//! This crate aims to provide a common set of tools that can be used to create a "environment" to
|
||||
//! This crate aims to provide a common set of tools that can be used to create an "environment" to
|
||||
//! run Zgs services. This allows for the unification of creating tokio runtimes, etc.
|
||||
//!
|
||||
//! The idea is that the main thread creates an `Environment`, which is then used to spawn a
|
||||
|
Loading…
Reference in New Issue
Block a user