Commit ffe022b1 authored by Aadil M. Alli's avatar Aadil M. Alli

Typo

parent 367a51ed
...@@ -825,7 +825,7 @@ Remember to also remove or comment out the environment variable settings in your ...@@ -825,7 +825,7 @@ Remember to also remove or comment out the environment variable settings in your
Rust uses Cargo, its package manager and build system, to manage dependencies and create isolated project environments. Rust uses Cargo, its package manager and build system, to manage dependencies and create isolated project environments.
#### Setup Environment #### Setup Environment
Create a new directory and intiialize it with Cargo. This creates a new Rust project with its own Cargo.toml file for managing dependencies. Create a new directory and intialize it with Cargo. This creates a new Rust project with its own Cargo.toml file for managing dependencies.
1. Ensure Rust and Cargo are installed: 1. Ensure Rust and Cargo are installed:
```bash ```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment