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

Update docs as a follow-up to #26733: “deprecating similar(f, …)” #37237

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

ron-wolf
Copy link
Contributor

Fixes #37226. Removes a reference in the docs to initializing an array using similar() with a function in the first argument position. Here is the documentation in question:

julia/base/abstractarray.jl

Lines 711 to 715 in 1c9c241

similar(storagetype, axes)
Create an uninitialized mutable array analogous to that specified by
`storagetype`, but with `axes` specified by the last
argument. `storagetype` might be a type or a function.

@fredrikekre fredrikekre added the domain:docs This change adds or pertains to documentation label Aug 27, 2020
@mbauman mbauman merged commit 0ae8f95 into JuliaLang:master Aug 27, 2020
simeonschaub pushed a commit to simeonschaub/julia that referenced this pull request Aug 29, 2020
@ron-wolf ron-wolf deleted the patch-1 branch May 11, 2021 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

abstractarray.jl docs confusion: “storagetype might be a type or a function.”
3 participants