Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/MessagePack.UnityClient/Assets/Scripts/MessagePack/MessagePackCompression.cs')
-rw-r--r--src/MessagePack.UnityClient/Assets/Scripts/MessagePack/MessagePackCompression.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MessagePack.UnityClient/Assets/Scripts/MessagePack/MessagePackCompression.cs b/src/MessagePack.UnityClient/Assets/Scripts/MessagePack/MessagePackCompression.cs
index 1fb1a722..8303a219 100644
--- a/src/MessagePack.UnityClient/Assets/Scripts/MessagePack/MessagePackCompression.cs
+++ b/src/MessagePack.UnityClient/Assets/Scripts/MessagePack/MessagePackCompression.cs
@@ -22,7 +22,7 @@ namespace MessagePack
/// Uses msgpack type code ext99 and is compatible with v1 of this library.
/// </remarks>
/// <devremarks>
- /// See also ThisLibraryExtensionTypeCodes.Lz4Block
+ /// See also ThisLibraryExtensionTypeCodes.Lz4Block.
/// </devremarks>
Lz4Block,
@@ -35,7 +35,7 @@ namespace MessagePack
/// Uses msgpack type code ext98 in array.
/// </remarks>
/// <devremarks>
- /// See also ThisLibraryExtensionTypeCodes.Lz4BlockArray
+ /// See also ThisLibraryExtensionTypeCodes.Lz4BlockArray.
/// </devremarks>
Lz4BlockArray,
}