Skip to content

fix pkg3 docs typo#28422

Merged
KristofferC merged 3 commits intoJuliaLang:masterfrom
ChristianKurz:patch-18
Aug 3, 2018
Merged

fix pkg3 docs typo#28422
KristofferC merged 3 commits intoJuliaLang:masterfrom
ChristianKurz:patch-18

Conversation

@ChristianKurz
Copy link
Copy Markdown
Contributor

No description provided.

@ChristianKurz ChristianKurz changed the title fix pkg3 docs typo [ci-skip] fix pkg3 docs typo Aug 3, 2018
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
Copy Markdown
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
Copy Markdown
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.

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
Copy Markdown
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