Update src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborReader...
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Fri, 24 Apr 2020 23:13:07 +0000 (00:13 +0100)
committerEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Wed, 29 Apr 2020 14:30:10 +0000 (15:30 +0100)
Co-Authored-By: Jeremy Barton <jbarton@microsoft.com>
src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborReader.Integer.cs

index 0245d6f..b4013b6 100644 (file)
@@ -159,7 +159,7 @@ namespace System.Security.Cryptography.Encoding.Tests.Cbor
             {
                 if (CborConformanceLevelHelpers.RequiresMinimalIntegerRepresentation(ConformanceLevel))
                 {
-                    throw new FormatException("Non-minimal integer representation  are not permitted under the current conformance level.");
+                    throw new FormatException("Non-minimal integer representations are not permitted under the current conformance level.");
                 }
             }
         }