Michele Caini 2 лет назад
Родитель
Сommit
fc4287e9e1
1 измененных файлов с 1 добавлено и 1 удалено
  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()) {
     // ...
 }
 ```