Skip to content

Commit

Permalink
Fix comment on iterable::each
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroErrors authored and SanderMertens committed May 11, 2023
1 parent a13cbd0 commit 7828d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/flecs/addons/cpp/utils/iterable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct iterable {
* The "each" iterator accepts a function that is invoked for each matching
* entity. The following function signatures are valid:
* - func(flecs::entity e, Components& ...)
* - func(flecs::iter& it, int32_t index, Components& ....)
* - func(flecs::iter& it, size_t index, Components& ....)
* - func(Components& ...)
*
* Each iterators are automatically instanced.
Expand Down

0 comments on commit 7828d0b

Please sign in to comment.