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

Commit3b77f19

Browse files
committed
github showed that weird.
1 parent65726c0 commit3b77f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎core/src/result.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Error handling with the `Result` type.
22
//!
33
//! [`Result<T, E>`][`Result`] is the type used for returning and propagating
4-
//! errors. It is an enum with the variants, [`Ok(T)`], representing success and
4+
//! errors. It is an enum with the variants, [`Ok(T)`], representing
55
//! success and containing a value, and [`Err(E)`], representing error
66
//! and containing an error value.
77
//!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp