Skip to content

Commit 862d6f4

Browse files
authored
Merge pull request rust-lang#1366 from foresterre/fix
Fix inconsistent formatting of Disambiguating Function Calls example
2 parents 5787c88 + 9b49697 commit 862d6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/call-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ trait Pretty {
4848
}
4949

5050
trait Ugly {
51-
fn print(&self);
51+
fn print(&self);
5252
}
5353

5454
struct Foo;

0 commit comments

Comments
 (0)