From d335f263f396ece1f4e68f391e0d813018bb6a32 Mon Sep 17 00:00:00 2001 From: LoneDev Date: Sat, 29 May 2021 05:30:47 +0200 Subject: [PATCH] Fix comment typo in algorithm.h (#15030) --- src/base/algorithm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/algorithm.h b/src/base/algorithm.h index bc192c112..24ee3ab5f 100644 --- a/src/base/algorithm.h +++ b/src/base/algorithm.h @@ -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 ::value, int> = 0> void removeIf(T &dict, BinaryPredicate &&p)