]> git.lizzy.rs Git - rust.git/commit
Fix markdown bullet points in function docs
authorCorey Farwell <coreyf@rwell.org>
Wed, 11 Mar 2015 02:47:08 +0000 (22:47 -0400)
committerCorey Farwell <coreyf@rwell.org>
Wed, 11 Mar 2015 02:47:08 +0000 (22:47 -0400)
commitd6492e24691751a54daa55c47c7062cc8b50faaf
tree2f2d9fabacad60640dfb0c9e9bfb23e64fefc0d0
parentcfea8ec41699e25c8fb524d625190f0cb860dc71
Fix markdown bullet points in function docs

Markdown requires a newline before bullet points, and since there's not one here, they'll get rendered incorrectly
src/libcollections/string.rs