Skip to content

Commit

Permalink
Docs: fix typos (#12745)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgyt authored Jan 16, 2025
1 parent 1a59dd9 commit 95b555c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion runtime/near-vm/test-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Wasmer is not only fast, but also designed to be *highly customizable*:
is possible to serialize it in a file for example, and later execute
it with Wasmer with headless mode turned on. Headless Wasmer has no
compiler, which makes it more portable and faster to load. It's
ideal for constrainted environments.
ideal for constrained environments.

* **Cross-compilation** — Most compilers support cross-compilation. It
means it possible to pre-compile a WebAssembly module targetting a
Expand Down
6 changes: 3 additions & 3 deletions runtime/near-vm/tests/wast/wasmer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ by the standard WebAssembly spectests.
## NaN canonicalization: `nan-canonicalization.wast`

This is an extra set of tests that assure that operations with NaNs
are deterministic regarless of the environment/chipset where it executes in.
are deterministic regardless of the environment/chipset where it executes in.

## Call Indirect Spilled Stack: `call-indirect-spilledd-stack.wast`
## Call Indirect Spilled Stack: `call-indirect-spilled-stack.wast`

We had an issue occuring that was making singlepass not working properly
We had an issue occurring that was making singlepass not working properly
on the WebAssembly benchmark: https://00f.net/2019/10/22/updated-webassembly-benchmark/.

This is a test case to ensure it doesn't reproduce again in the future.
Expand Down
2 changes: 1 addition & 1 deletion tools/cold-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Workflow

Start by trying something on localnet,
then move on to test you code on a dedicated machine
then move on to test your code on a dedicated machine
with real archival data.
Ideally, on archival machine we only need to do every step before experimenting once.
But accidents happen, and we should be mindful of the time it takes us
Expand Down
2 changes: 1 addition & 1 deletion tools/speedy_sync/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Speedy sync (a.k.a PoorMan's EpochSync)

The goal of the speedy sync is to allow people to cathup quickly with mainnet, before we have fully implemented the EpochSync feature.
The goal of the speedy sync is to allow people to catchup quickly with mainnet, before we have fully implemented the EpochSync feature.

Currently, in order to catchup with mainnet there are two possible options:
* download a DB backup that Pagoda provides (around 200GB)
Expand Down

0 comments on commit 95b555c

Please sign in to comment.