1
0
Michele Caini 5 жил өмнө
parent
commit
2d11bdc736
1 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 5 5
      docs/md/entity.md

+ 5 - 5
docs/md/entity.md

@@ -1979,12 +1979,12 @@ knows what artifacts that are difficult to maintain over time.
 
 Unfortunately, because of the limitations of the current revision of the
 standard, the parallel `std::for_each` accepts only forward iterators. This
-means that the iterators provided by the library cannot return proxy objects as
-references and **must** return actual reference types instead.<br/>
+means that the default iterators provided by the library cannot return proxy
+objects as references and **must** return actual reference types instead.<br/>
 This may change in the future and the iterators will almost certainly return
-both the entities and a list of references to their components sooner or later.
-Multi-pass guarantee won't break in any case and the performance should even
-benefit from it further.
+both the entities and a list of references to their components by default sooner
+or later. Multi-pass guarantee won't break in any case and the performance
+should even benefit from it further.
 
 # Beyond this document