Fix API comments

This commit is contained in:
John
2021-07-05 14:58:42 +01:00
parent 0d7d507889
commit b63468d95e
2 changed files with 2 additions and 2 deletions
@@ -43,7 +43,7 @@ namespace TestImpact
namespace AZStd
{
//! Hash function for ParentTarget types for use in maps and sets
//! Hash function for ParentTarget types for use in maps and sets.
template<> struct hash<TestImpact::ParentTarget>
{
size_t operator()(const TestImpact::ParentTarget& parentTarget) const noexcept