diff options
author | aceawan <aceawan@acelaptop> | 2015-10-21 19:08:03 +0200 |
---|---|---|
committer | aceawan <aceawan@acelaptop> | 2015-10-21 19:08:03 +0200 |
commit | 24ff15fe7a327232a0c33600ea70f8bc5c566eb3 (patch) | |
tree | 9655ff9b181b942bc0e272e12e488eace8d883b7 | |
parent | d7e3def01ec674a7578581c1fb8b003cd164d335 (diff) |
correct indentation
-rw-r--r-- | fr-fr/d.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fr-fr/d.html.markdown b/fr-fr/d.html.markdown index 96158683..9eacc2aa 100644 --- a/fr-fr/d.html.markdown +++ b/fr-fr/d.html.markdown @@ -88,8 +88,8 @@ struct LinkedList(T) { class BinTree(T) { T data = null; - // Si il n'y a qu'un seul paramètre de template, - // on peut s'abstenir de mettre des parenthèses. + // Si il n'y a qu'un seul paramètre de template, + // on peut s'abstenir de mettre des parenthèses. BinTree!T left; BinTree!T right; } |