diff options
Diffstat (limited to 'source/core')
| -rw-r--r-- | source/core/slang-dictionary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-dictionary.h b/source/core/slang-dictionary.h index b11341051..e923832e5 100644 --- a/source/core/slang-dictionary.h +++ b/source/core/slang-dictionary.h @@ -450,7 +450,7 @@ namespace Slang return dict->hashMap[pos.ObjectPosition].Value; } else - SLANG_ASSERT_FAILURE("The key does not exists in dictionary."); + SLANG_ASSERT_FAILURE("The key does not exist in dictionary."); } inline TValue & operator()() const { |
