Skip to content

Commit

Permalink
Updated xml docs as per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
fmg-lydonchandra committed Jul 3, 2023
1 parent f2e37d4 commit 1e2e6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csharp/src/Google.Protobuf/CodedOutputStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ public long Position
}

/// <summary>
/// Configures serialization to be deterministic.
/// Configures whether or not serialization is deterministic.
/// </summary>
/// <remarks>
/// The deterministic serialization guarantees that for a given binary, equal messages (defined by the
/// Deterministic serialization guarantees that for a given binary, equal messages (defined by the
/// equals methods in protos) will always be serialized to the same bytes. This implies:
/// <list type="bullet">
/// <item><description>Repeated serialization of a message will return the same bytes</description></item>
/// <item><description>Repeated serialization of a message will return the same bytes.</description></item>
/// <item><description>Different processes of the same binary (which may be executing on different machines)
/// will serialize equal messages to the same bytes.</description></item>
/// </list>
Expand Down

0 comments on commit 1e2e6e9

Please sign in to comment.