Emphasis instead of literal formatting for filenames

This commit is contained in:
Carol (Nichols || Goulding) 2016-11-23 09:29:58 -05:00
parent 0859cf22ef
commit 3af5165e52
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ bindings, then refactor our program until were using structs instead.
Lets make a new binary project with Cargo called *rectangles* that will take
the length and width of a rectangle specified in pixels and will calculate the
area of the rectangle. Heres a short program that has one way of doing just
that to put into our projects `src/main.rs`:
that to put into our projects *src/main.rs*:
Filename: src/main.rs