-
Notifications
You must be signed in to change notification settings - Fork 220
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
small adjustments in the documentation #278
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, just two questions.
book/src/05_storages.md
Outdated
@@ -52,16 +52,16 @@ fairly well. | |||
|
|||
## `DenseVecStorage` | |||
|
|||
This storage uses two `Vec`s, one containing the actual data and the other | |||
This storage uses two `Vec`\`s, one containing the actual data and the other |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a native speaker, but this change seems odd to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this was fine before the change
book/src/07_parallel_join.md
Outdated
@@ -44,6 +44,8 @@ method call can be exchanged for `par_join`: | |||
} | |||
``` | |||
|
|||
The `par_join` method produces a type implementing `rayon`s `ParallelIterator` | |||
The `par_join` method produces a type implementing [`rayon`\`s `ParallelIterator`][ra] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't you use '
instead of ` here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah ok, I am not a natural speaker too, so sorry for the misspelling
Thank you! bors r+ |
Timed out |
Seriously? bors r+ |
Build succeeded |
minor changes in the specs book