mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 14:28:31 +00:00
fix indentation and typos
This commit is contained in:
parent
f8a2b28890
commit
13c9d9af5c
@ -90,7 +90,7 @@ class BinTree(T) {
|
|||||||
T data = null;
|
T data = null;
|
||||||
|
|
||||||
// Si il n'y a qu'un seul paramètre de template,
|
// 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 left;
|
||||||
BinTree!T right;
|
BinTree!T right;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user