浏览代码

SafeArrayList: add missing word to a comment

Stephen Gold 4 年之前
父节点
当前提交
9cf27c4b01
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-core/src/main/java/com/jme3/util/SafeArrayList.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/util/SafeArrayList.java

@@ -80,7 +80,7 @@ public class SafeArrayList<E> implements List<E>, Cloneable {
     //       make this publicly act like a read-only list.
     //       SafeArrayList-specific methods could then be exposed
     //       for the classes like Node and Spatial to use to manage
-    //       the list.  This was the callers couldn't remove a child
+    //       the list.  This was because the callers couldn't remove a child
     //       without it being detached properly, for example.
 
     final private Class<E> elementType;