Skip to content

Don't use 'here' #17240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
Member

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
Member 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