-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix typo in arrays.md #29648
Conversation
doc/src/manual/arrays.md
Outdated
@@ -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 |
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.
I think it should be `AbstractArray`s
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.
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.
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.
Please ask questions on https://discourse.julialang.org/.
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.
Thanks!
(cherry picked from commit 57a0347)
(cherry picked from commit 57a0347)
(cherry picked from commit 57a0347)
There is a spelling mistake so please see it.