Explorar el Código

doc: minor changes

Michele Caini hace 5 años
padre
commit
2d11bdc736
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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
 Unfortunately, because of the limitations of the current revision of the
 standard, the parallel `std::for_each` accepts only forward iterators. This
 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
 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
 # Beyond this document