Fix docs · patricklam/verify-rust-std@bd11b3d (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit bd11b3d
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -823,7 +823,7 @@ pub trait Iterator { | ||
823 | 823 | /// |
824 | 824 | /// Given an element the closure must return `true` or `false`. The returned |
825 | 825 | /// iterator will yield only the elements for which the closure returns |
826 | - /// true. | |
826 | + /// `true`. | |
827 | 827 | /// |
828 | 828 | /// # Examples |
829 | 829 | /// |