sashaodessa
sashaodessa
This PR fixes several spelling errors found in the project documentation to improve clarity. ## Changes Fixed `primarly` → `primarily` Fixed `seperate` → `separate` Fixed `cannonical` → `canonical` Fixed `occurr`...
- Correct grammar in `src/groth16/prover/supraseal.rs`: "only equally sized circuits are supported". - Polish comment in `src/groth16/aggregate/srs.rs`
Corrected spelling from "Efficency" to "Efficiency" in `src/iterable/mod.rs`
## **Description:** ```markdown This PR addresses several minor typos found throughout the codebase to improve code quality and documentation clarity. ### Changes Made: **Documentation Files:** - `docs/src/guides/advanced/17_batch_reverter.md`: Fixed "extremly" →...
This PR fixes two spelling errors in the ERC-7417 Token Converter specification document. Fixed "implemenation" → "implementation" Fixed "explicityly" → "explicitly"
updated the outdated reference link in `lychee.toml` and replaces it with the current official example from the Lychee repository.
### Summary Remove the unsupported `safeHeadAtL1Block` RPC method from the public interface and its no-op implementation. The endpoint always returned `MethodNotFound` and is no longer required post-interop. ### Changes -...
## Summary Removes dead code from `bin/rollup/src/version.rs` by eliminating unused version constants that duplicate information already included in `LONG_VERSION`. ## Changes - Removed `#![allow(dead_code)]` attribute - Removed unused constants: -...
Corrected `miminum`→ `minimum` Corrected `peforming`→ `performing` Corrected `identifing`→ `identifying` Corrected `verison`→ `version` Corrected `colissions`→ `collisions` Corrected `miniscule`→ `minuscule`
Description: - Summary: Correct minor spelling mistakes in comments only; no functional changes. - Changes: - vyper/venom/analysis/available_expression.py — “necessery” → “necessary” - vyper/venom/passes/algebraic_optimization.py — grammar in iszero comment - vyper/venom/venom_to_assembly.py...