doc: perform some 80-chars wrappings
This commit is contained in:
parent
5371146107
commit
b7dba3300e
2 changed files with 14 additions and 10 deletions
|
|
@ -471,7 +471,7 @@ Two examples of paths with type arguments:
|
|||
# fn f() {
|
||||
# fn id<T>(t: T) -> T { t }
|
||||
type T = HashMap<int,~str>; // Type arguments used in a type expression
|
||||
let x = id::<int>(10); // Type arguments used in a call expression
|
||||
let x = id::<int>(10); // Type arguments used in a call expression
|
||||
# }
|
||||
~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue