Spell fix in comment.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 9 Feb 2018 18:52:29 +0000 (19:52 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 9 Feb 2018 18:52:29 +0000 (19:52 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
Arbres/ArbreBinaire.java

index c4d84fb2b1a058c70528919717e086723dfe19fe..78dc4b84a08e49b860b06a115fed7105eeb1d997 100644 (file)
@@ -1,7 +1,7 @@
 
 /**
  * Binary tree class.
- * A binary tree is a ordered value tree with only two childs by node
+ * A binary tree is a ordered value tree with only two childs per node
  */
 public class ArbreBinaire {