Skip to content

Commit

Permalink
Typo in appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
asher-gh committed Oct 27, 2023
1 parent 60c6393 commit 27ba69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chp16_appendix/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ But we'll use it to wrap up this aside on types and reliability.
> Go is a popular, modern, statically-typed, natively-compiled programming language.
> It has fantastic concurrency support.
> But garbage collection makes it unsuitable for a wide range of systems programming tasks.
> Go has to "pause" your entire program at unpredictable internals and execute an algorithm to clean up memory.
> Go has to "pause" your entire program at unpredictable intervals and execute an algorithm to clean up memory.
> This is often unacceptable for real-time and low-latency systems.
>
> Rust helps you wrangle memory at compile time, inserting allocation/deallocation logic based on variable scope.
Expand Down

0 comments on commit 27ba69c

Please sign in to comment.