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

typo in guide (ru) #1864

Open
Tracked by #1863
august346 opened this issue Sep 14, 2023 · 0 comments
Open
Tracked by #1863

typo in guide (ru) #1864

august346 opened this issue Sep 14, 2023 · 0 comments
Labels
A-Content The written content on the website. C-Bug Something isn't working.

Comments

@august346
Copy link

august346 commented Sep 14, 2023

What needs to be fixed?

typo (forgotten &):

// `into_iter()` для массивов выдаёт `i32`

Page(s) Affected

https://doc.rust-lang.ru/stable/rust-by-example/fn/closures/closure_examples/iter_find.html

Suggested Improvement

need change to:

// `into_iter()` для массивов выдаёт `&i32`

Tasks

No tasks being tracked yet.
@august346 august346 added A-Content The written content on the website. C-Bug Something isn't working. labels Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Content The written content on the website. C-Bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants
@august346 and others