Spell fix in comment.
[TP_POO.git] / Arbres / ArbreBinaire.java
index c4d84fb2b1a058c70528919717e086723dfe19fe..78dc4b84a08e49b860b06a115fed7105eeb1d997 100644 (file)
@@ -1,7 +1,7 @@
 
 /**
  * Binary tree class.
 
 /**
  * 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 {
 
  */
 public class ArbreBinaire {