Skip to content

Commit

Permalink
Fix docuementation
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jan 8, 2025
1 parent aa41919 commit ea03916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace xtd {
/// @param current_version A pointer on the collection current version.
/// @return The enumerator created.
/// @par Examples
/// The following code shows how to use xtd::collections::generic::enumerable::create method to create a simple enumerator on any std or xtd collections.
/// The following code shows how to use enumerator<>::create method to create a simple enumerator on any std or xtd collections.
/// @include generic_ienumerable3.cpp
template <typename collection_t, typename vertion_t = std::nullptr_t>
static auto create(const collection_t& items, const vertion_t* current_version = nullptr) noexcept {
Expand Down

0 comments on commit ea03916

Please sign in to comment.