Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1c707b6

Browse files
committed
typo: depending from -> on
1 parentcd04000 commit1c707b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎core/src/str/pattern.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ pub unsafe trait ReverseSearcher<'a>: Searcher<'a> {
342342
///
343343
/// `(&str)::Searcher` is not a `DoubleEndedSearcher` because
344344
/// the pattern `"aa"` in the haystack `"aaa"` matches as either
345-
/// `"[aa]a"` or `"a[aa]"`, dependingfrom which side it is searched.
345+
/// `"[aa]a"` or `"a[aa]"`, dependingon which side it is searched.
346346
pubtraitDoubleEndedSearcher<'a>:ReverseSearcher<'a>{}
347347

348348
/////////////////////////////////////////////////////////////////////////////

‎std/src/sys/thread_local/fast_local/mod.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Thread local support for platforms with native TLS.
22
//!
33
//! To achieve the best performance, we choose from four different types for
4-
//! the TLS variable, dependingfrom the method of initialization used (`const`
4+
//! the TLS variable, dependingon the method of initialization used (`const`
55
//! or lazy) and the drop requirements of the stored type:
66
//!
77
//! | | `Drop` | `!Drop` |

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp