[csharp] Fix typo

pull/6639/head
Vperus 5 years ago committed by Adam Cozzette
parent d5fbdb45b0
commit 8e6141a63d
  1. 2
      csharp/src/Google.Protobuf/ByteString.cs

@ -55,7 +55,7 @@ namespace Google.Protobuf
private readonly byte[] bytes;
/// <summary>
/// Unsafe operations that can cause IO Failure and/or other catestrophic side-effects.
/// Unsafe operations that can cause IO Failure and/or other catastrophic side-effects.
/// </summary>
internal static class Unsafe
{

Loading…
Cancel
Save