Skip to content

Commit

Permalink
tutorial: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 8, 2012
1 parent f5db565 commit f96ec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ Rust has three competing goals that inform its view of memory:
* Performance - high-performance low-level code tends to employ
a number of allocation strategies. low-performance high-level
code often uses a single, GC-based, heap allocation strategy
* Concurrency - Rust maintain memory safety guarantees even
* Concurrency - Rust must maintain memory safety guarantees even
for code running in parallel

## How performance considerations influence the memory model
Expand Down

0 comments on commit f96ec94

Please sign in to comment.