Skip to content

Commit 9b49697

Browse files
committed
Fix inconsistent formatting of Disambiguating Function Calls example
1 parent 5787c88 commit 9b49697

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)