Skip to content

Commit

Permalink
Fix comment typo in algorithm.h (qbittorrent#15030)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneDev6 authored May 29, 2021
1 parent 1c34635 commit d335f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace Algorithm
{
};

// To be used with associative array types, such as QMap, QHash and it's variants
// To be used with associative array types, such as QMap, QHash and its variants
template <typename T, typename BinaryPredicate
, typename std::enable_if_t<HasMappedType<T>::value, int> = 0>
void removeIf(T &dict, BinaryPredicate &&p)
Expand Down

0 comments on commit d335f26

Please sign in to comment.