Browse Source

Fix comment typo in algorithm.h (#15030)

adaptive-webui-19844
LoneDev 4 years ago committed by GitHub
parent
commit
d335f263f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/base/algorithm.h

2
src/base/algorithm.h

@ -44,7 +44,7 @@ namespace Algorithm @@ -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)

Loading…
Cancel
Save