-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos in various Rust and TypeScript files (#12643)
**What does this pull request do? Explain your changes.** This pull request addresses several typographical errors in various files within the repository. The following files were updated: - `futures.rs` (in `core/async/src/test_loop/`) - `metrics.rs` (in `core/o11y/src/`) - `types.rs` (in `core/primitives-core/src/`) - `zero_balance_account.rs` (in `integration-tests/src/tests/client/features/`) - `runner.rs` (in `runtime/near-vm-runner/src/`) **Specific updates:** - Fixed the usage of incorrect articles such as changing "a event-loop-based" to "an event-loop-based." - Corrected other minor typographical issues across different files. **How did you test each of these updates?** The changes were tested by reviewing the files for correctness, ensuring that the typographical issues were addressed without affecting the functionality of the code. No additional tests were run since these are purely textual corrections. **Does this pull request close any open issues?** <!-- Fixes # --> **Checklist:** - [ ] Read the [contribution guide](./CONTRIBUTING.md) - [ ] `make` runs successfully - [ ] All tests in `./test.sh` pass - [ ] README and other documentation updated - [ ] [Pending changelog](./CHANGELOG_PENDING.md) updated --------- Co-authored-by: Aleksandr Logunov <[email protected]>
- Loading branch information
1 parent
f06f798
commit 7792dc9
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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