Skip to content

Commit 1303652

Browse files
johnnycopesjsoverson
authored andcommitted
Fixes typo in Chapter 0
- Changes "projectss" to "projects"
1 parent 64b6da3 commit 1303652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/chapters/chapter-0-introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
== A guide to Rust from a node.js developer's perspective.
44

5-
Each chapter will take concepts you know in JavaScript and node.js and translate them to their Rust counterparts. The first chapters start with the basics, like getting set up with Rust via a tool similar to `nvm` (`rustup`), using the package manager (`cargo`), and setting up VS Code. Later chapters go over language gotchas, how to perform common JavaScript tasks in Rust, and we'll finish up by touching on solid dependencies to start adding to your projectss.
5+
Each chapter will take concepts you know in JavaScript and node.js and translate them to their Rust counterparts. The first chapters start with the basics, like getting set up with Rust via a tool similar to `nvm` (`rustup`), using the package manager (`cargo`), and setting up VS Code. Later chapters go over language gotchas, how to perform common JavaScript tasks in Rust, and we'll finish up by touching on solid dependencies to start adding to your projects.
66

77
== Wait, why does anyone need to learn anything but JavaScript?
88

0 commit comments

Comments
 (0)