From eb9d72ad3528bf95bd7eca1fd060d15a1b021735 Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Wed, 1 May 2024 19:15:25 -0400 Subject: [PATCH] Update --- C#/WhatACharacter/part2/4_c#_encoding.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C#/WhatACharacter/part2/4_c#_encoding.ipynb b/C#/WhatACharacter/part2/4_c#_encoding.ipynb index a68b0a9..3c0cd4c 100644 --- a/C#/WhatACharacter/part2/4_c#_encoding.ipynb +++ b/C#/WhatACharacter/part2/4_c#_encoding.ipynb @@ -40,7 +40,7 @@ "source": [ "## Bad Decoding\n", "\n", - "Note that no exceptions may be thrown even if data gets corrupted." + "If an incorrect encoding is speccified, no exceptions may be thrown even if data gets corrupted." ] }, {