Skip to content

Commit

Permalink
Merge pull request exercism#70 from hjr3/about-md
Browse files Browse the repository at this point in the history
Make link to ownership in ABOUT.md
  • Loading branch information
EduardoBautista committed Jan 28, 2016
2 parents 2a48826 + daaec8b commit a18b3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Rust is a systems programming language focused on three goals: safety, speed, and concurrency. Rust does not use a garbage collector, but instead ensures safety and optimizes code at compile time. The concept of _ownership_ is how Rust achieves its largest goal, memory safety.
Rust is a systems programming language focused on three goals: safety, speed, and concurrency. Rust does not use a garbage collector, but instead ensures safety and optimizes code at compile time. The concept of [ownership](https://doc.rust-lang.org/book/ownership.html) is how Rust achieves its largest goal, memory safety.

Rust core and the standard library contain a minimal set of functionality. Rustaceans are encouraged to add features, in the form of libraries called _crates_, to the language and then share them on [crates.io](https://crates.io/).

Expand Down

0 comments on commit a18b3f7

Please sign in to comment.