Skip to content

Commit 57ed5f2

Browse files
Fix inconsistent formatting of Disambiguating Function Calls example
1 parent 13fc832 commit 57ed5f2

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)