Skip to content

Commit

Permalink
api: fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Sep 1, 2024
1 parent e7e21d0 commit 37e9c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/trait.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ namespace jule
return this->data.template as<T>();
}

inline jule::Trait mask(void *(*typeMapper)(const void *)) noexcept
inline jule::Trait map(void *(*typeMapper)(const void *)) noexcept
{
jule::Trait newTrait;
newTrait.type = (jule::Trait::Type *)typeMapper((void *)this->type);
Expand Down

0 comments on commit 37e9c71

Please sign in to comment.