Addressed PR feedback.

This commit is contained in:
AMZN-koppersr
2021-06-04 11:09:44 -07:00
parent ce7b81e2e7
commit febf53671e
2 changed files with 18 additions and 18 deletions
@@ -29,7 +29,7 @@ namespace AZ
namespace IdUtils
{
/**
* \param AllowDuplicates - If true allows the same id to be registered multiple time,
* \param AllowDuplicates - If true allows the same id to be registered multiple times,
with the newer value overwriting the stored value. If false, duplicates are not allowed and
the first stored value is kept.The default is false.
*/