Skip to content

Commit fb10bef

Browse files
committed
Fixed various typos
1 parent 1da9221 commit fb10bef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BUILD.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This custom cargo command is enabled by an alias located in `.cargo/config.toml`
4848

4949
## Running the Rust examples
5050

51-
All Rust examples are setup as separate executables, so they can be run by specifying the corresponding package, for example:
51+
All Rust examples are set up as separate executables, so they can be run by specifying the corresponding package, for example:
5252

5353
```sh
5454
cargo run -p dna
@@ -96,7 +96,7 @@ First, create and activate a local virtual environment and install the required
9696
python -m venv venv
9797
.\venv\Scripts\Activate.ps1
9898
python -m pip install --upgrade pip
99-
pyhton -m pip install -r scripts/requirements-dev.txt
99+
python -m pip install -r scripts/requirements-dev.txt
100100
```
101101

102102
Then build and install the Rerun SDK with:
@@ -138,7 +138,7 @@ cargo run -p re_build_web_viewer -- --release
138138

139139
### Building with WebGPU support
140140

141-
By default all web builds are using WebGL for rendering.
141+
By default, all web builds are using WebGL for rendering.
142142
However, Rerun can also build with experimental WebGPU support!
143143
Note that currently we can't build wasm files that support both WebGPU and WebGL.
144144

@@ -157,7 +157,7 @@ cargo run -p re_build_web_viewer -- --release --webgpu
157157

158158
As of today, we link everything statically in both debug and release builds, which makes custom linkers and split debuginfo the two most impactful tools we have at our disposal in order to improve compile times.
159159

160-
These tools can configured through your `Cargo` configuration, available at `$HOME/.cargo/config.toml`.
160+
These tools can be configured through your `Cargo` configuration, available at `$HOME/.cargo/config.toml`.
161161

162162
### macOS
163163

0 commit comments

Comments
 (0)