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 get_context_ref -> get_context_by_ref in core::any #106154

Closed
pbevin opened this issue Dec 26, 2022 · 1 comment · Fixed by #106184
Closed

Update get_context_ref -> get_context_by_ref in core::any #106154

pbevin opened this issue Dec 26, 2022 · 1 comment · Fixed by #106184
Assignees
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools

Comments

@pbevin
Copy link

pbevin commented Dec 26, 2022

Location

//! the `get_context_ref` call will return a reference to `obj.some_string` with type `&String`.

Summary

"the get_context_ref call" should be "the get_context_by_ref call"

@pbevin pbevin added the A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools label Dec 26, 2022
@albertlarsan68
Copy link
Member

@rustbot claim

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Dec 28, 2022
…trieb

Fix `core::any` docs

Thanks to `@pbevin` in rust-lang#106154

Closes rust-lang#106154

`@rustbot` labels +A-docs
@bors bors closed this as completed in 45d6f02 Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants