Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 212e98b

Browse filesBrowse files
authored
Add missing article to fix "few" to "a few".
Add missing article to fix "few" (not many) to "a few" (some).
1 parent e3c43e6 commit 212e98b
Copy full SHA for 212e98b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • library/core/src/convert
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎library/core/src/convert/mod.rs

Copy file name to clipboardExpand all lines: library/core/src/convert/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub const fn identity<T>(x: T) -> T {
108108
/// If you need to do a costly conversion it is better to implement [`From`] with type
109109
/// `&T` or write a custom function.
110110
///
111-
/// `AsRef` has the same signature as [`Borrow`], but [`Borrow`] is different in few aspects:
111+
/// `AsRef` has the same signature as [`Borrow`], but [`Borrow`] is different in a few aspects:
112112
///
113113
/// - Unlike `AsRef`, [`Borrow`] has a blanket impl for any `T`, and can be used to accept either
114114
/// a reference or a value.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.