Remove a comment from technical review I forgot to delete

This commit is contained in:
Carol (Nichols || Goulding) 2016-07-18 22:12:14 -04:00
parent b91d343b67
commit 6762e758a8

View File

@ -42,11 +42,6 @@ Thats all there is to it. Comments are not particularly complicated.
### Documentation Comments
<!--- TR: I'm not clear on the advantages of one over the other, can you help
to clarify? Why would you need to use a normal comment, if this is better - are
there disadvantages? /Liz -->
<!-- Tried to add some clarification! /Carol -->
Rust has another kind of comment: a *documentation comment*. These comments
dont affect the way that the code works, but they do work with Rusts tools.
More specifically, the `rustdoc` tool can read documentation comments and