mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 21:49:22 +01:00
fix indentation and typos
This commit is contained in:
parent
f8a2b28890
commit
13c9d9af5c
@ -90,7 +90,7 @@ class BinTree(T) {
|
||||
T data = null;
|
||||
|
||||
// Si il n'y a qu'un seul paramètre de template,
|
||||
// on peut s'abstenir de parenthèses.
|
||||
// on peut s'abstenir de mettre des parenthèses.
|
||||
BinTree!T left;
|
||||
BinTree!T right;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user