Skip to content

Commit

Permalink
fix some typos and similar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Nov 5, 2023
1 parent 2727544 commit 5837412
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/guide/learn-async-rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Extra Learning Resources:
- <https://docs.google.com/presentation/d/1CObHaEu1OnXhTEFs3RmuUQHJj_Uw9HOqWHqmnod6YXc/mobilepresent?slide=id.g228c626047c_0_222>
- <https://google.github.io/comprehensive-rust/async/pitfalls/cancellation.html>

At <https://without.boats/blog/why-async-rust/> you can reat more toughts on Async rust, its history and its implementation.
At <https://without.boats/blog/why-async-rust/> you can reat more thoughts on Async rust, its history and its implementation.

As an extra, and perhaps slightly sidetracked, you may also want to read and develop alongside the following articles:

Expand Down
2 changes: 1 addition & 1 deletion src/guide/learn-more-rust/extra.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When the day comes that you do feel ready to learn about Macros, here a list of
>
> A great book to help you with supercharging your code with macros—the real power tools of the Rust programming language!
>
> This book focusses mostly on Procedural macros, but does give a quick intro of declaritive macros as well (`macro_rules!`).
> This book focuses mostly on Procedural macros, but does give a quick intro of declarative macros as well (`macro_rules!`).
>
> Rust Power Tools is a comprehensive guide to creating macros in Rust. You’ll start your journey with declarative macros, then quickly move on to the powerful procedural macros to build your own domain-specific language. Learn how to create public fields, work with custom attributes, integrate your macros with other crates, write effective tests to ensure your macros are reliable and bug-free, and even share your macros with other developers.
Expand Down
3 changes: 2 additions & 1 deletion src/intro/learning-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
You might be wondering, why shall I learn Rust?
In the [About](/intro/about.html) chapter you'll find plenty of reason to.

However, you might want to read [the "Can Rust prevent logic errors?" article]
However, if you are a programmer coming from another language
you might want to read the "Can Rust prevent logic errors?" article available
at <https://itsallaboutthebit.com/logic-errors-in-rust/#> instead.

In the article "Can Rust prevent logic errors?" Piotr Sarnacki explores the potential of Rust, a programming language, to reduce software bugs, specifically logic errors. He highlights Rust's features such as the absence of nulls, the necessity to handle function errors, prevention of data races, and explicit marking of mutable variables.
Expand Down

0 comments on commit 5837412

Please sign in to comment.