Fix spelling errors (#314)

* fix spelling lib.rs

* fix spelling error environment.rs
This commit is contained in:
Ocenka 2025-02-11 08:48:24 +00:00 committed by GitHub
parent c9bca86add
commit 91680f2e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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
//!

View File

@ -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