Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ There are questions that are asked quite often, and so we've made FAQs for them:

# The standard library

You can find function-level documentation for the entire standard library
[here](std/index.html). There's a list of crates on the left with more specific
sections, or you can use the search bar at the top to search for something if
you know its name.
We have [API-style documentation for the entire standard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API-style? why not just "API documentation"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess that's just how I write. No opposition to removing 'style'

On Sep 13, 2014, at 22:21, Huon Wilson notifications@github.com wrote:

In src/doc/index.md:

@@ -87,10 +87,10 @@ There are questions that are asked quite often, and so we've made FAQs for them:

The standard library

-You can find function-level documentation for the entire standard library
-here. There's a list of crates on the left with more specific
-sections, or you can use the search bar at the top to search for something if
-you know its name.
+We have [API-style documentation for the entire standard
API-style? why not just "API documentation"?


Reply to this email directly or view it on GitHub.

library](std/index.html). There's a list of crates on the left with more
specific sections, or you can use the search bar at the top to search for
something if you know its name.

# External documentation

Expand Down