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 typo in arrays.md #29648

Merged
merged 2 commits into from
Oct 15, 2018
Merged

Fix typo in arrays.md #29648

merged 2 commits into from
Oct 15, 2018

Conversation

ckant787
Copy link
Contributor

There is a spelling mistake so please see it.

@@ -801,7 +801,7 @@ elements are stored contiguously in column-major order (see additional notes in
[Performance Tips](@ref man-performance-tips)). The [`Array`](@ref) type is a specific instance
of `DenseArray`; [`Vector`](@ref) and [`Matrix`](@ref) are aliases for the 1-d and 2-d cases.
Very few operations are implemented specifically for `Array` beyond those that are required
for all `AbstractArrays`s; much of the array library is implemented in a generic
for all `AbstractArrays`; much of the array library is implemented in a generic
Copy link
Member

Choose a reason for hiding this comment

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

I think it should be `AbstractArray`s

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes sir you are right.
I am from India.Can you tell me how I can participate in GSOC.How can I become the part of Julia organization.

Copy link
Member

Choose a reason for hiding this comment

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

Please ask questions on https://discourse.julialang.org/.

@fredrikekre fredrikekre changed the title Update arrays.md Fix typo in arrays.md Oct 15, 2018
@fredrikekre fredrikekre added docs This change adds or pertains to documentation backport pending 1.0 labels Oct 15, 2018
Copy link
Member

@fredrikekre fredrikekre left a comment

Choose a reason for hiding this comment

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

Thanks!

@fredrikekre fredrikekre merged commit 57a0347 into JuliaLang:master Oct 15, 2018
KristofferC pushed a commit that referenced this pull request Oct 19, 2018
(cherry picked from commit 57a0347)
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
(cherry picked from commit 57a0347)
KristofferC pushed a commit that referenced this pull request Feb 20, 2020
(cherry picked from commit 57a0347)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants