Skip to content

Commit ff82b9a

Browse files
committed
---
yaml --- r: 212871 b: refs/heads/master c: 7f25185 h: refs/heads/master i: 212869: 3b3205c 212867: ee7f233 212863: 9addb74 v: v3
1 parent 9373612 commit ff82b9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6e7fcc44aef7b457f3be3a1971d9f026957678d5
2+
refs/heads/master: 7f25185138c5e897dc0c8fd3c360efbba0aac72b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/libcore/fmt/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub trait Write {
7272
///
7373
/// # Errors
7474
///
75-
/// This function will return an instance of `FormatError` on error.
75+
/// This function will return an instance of `Error` on error.
7676
#[stable(feature = "rust1", since = "1.0.0")]
7777
fn write_str(&mut self, s: &str) -> Result;
7878

@@ -85,7 +85,7 @@ pub trait Write {
8585
///
8686
/// # Errors
8787
///
88-
/// This function will return an instance of `FormatError` on error.
88+
/// This function will return an instance of `Error` on error.
8989
#[stable(feature = "fmt_write_char", since = "1.1.0")]
9090
fn write_char(&mut self, c: char) -> Result {
9191
let mut utf_8 = [0u8; 4];

0 commit comments

Comments
 (0)