Skip to content
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

fix pkg3 docs typo #28422

Merged
merged 3 commits into from
Aug 3, 2018
Merged

fix pkg3 docs typo #28422

merged 3 commits into from
Aug 3, 2018

Conversation

ChristianKurz
Copy link
Contributor

No description provided.

@ChristianKurz ChristianKurz changed the title fix pkg3 docs typo [ci-skip] fix pkg3 docs typo Aug 3, 2018
@@ -695,7 +695,7 @@ Testing...

Sometimes one might want to use some packages only at testing time but not
enforce a dependency on them when the package is used. This is possible by
adding `[extra]` dependencies and adding a a "test target" to the Project file.
adding `[extras]` dependencies and adding a a "test target" to the Project file.
Copy link
Contributor

Choose a reason for hiding this comment

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

There's a duplicate "a" in adding a a "test target" in this line as well.

Also, I'd suggest formatting that bit as adding a "test" `[target]` (or adding a `[target]` named "test"), to be consistent with the usage of `[extras]` earlier in the sentence.

@kshyatt kshyatt added docs This change adds or pertains to documentation packages Package management and loading labels Aug 3, 2018
Copy link
Member

@StefanKarpinski StefanKarpinski left a comment

Choose a reason for hiding this comment

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

Thanks for the fix to [extras]. Note that the [targets] section is plural as well, however.

@@ -695,7 +695,7 @@ Testing...

Sometimes one might want to use some packages only at testing time but not
enforce a dependency on them when the package is used. This is possible by
adding `[extra]` dependencies and adding a a "test target" to the Project file.
adding dependencies to `[extras]` and a `test` target in `[targets]` to the Project file.
Copy link
Contributor

Choose a reason for hiding this comment

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

"to `[targets]`", rather than "in `[targets]`"?

@KristofferC KristofferC merged commit a451801 into JuliaLang:master Aug 3, 2018
ararslan pushed a commit that referenced this pull request Aug 4, 2018
* Update index.md

(cherry picked from commit a451801)
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation packages Package management and loading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants