Michele Caini %!s(int64=2) %!d(string=hai) anos
pai
achega
fc4287e9e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -1372,7 +1372,7 @@ Finally, when the user asks the registry for an iterable object to visit all the
 storage elements inside it as follows:
 
 ```cpp
-for(auto [id, storage]: registry.each()) {
+for(auto [id, storage]: registry.storage()) {
     // ...
 }
 ```