From 63165e1be8f48b32aac9ea5c3c3a630a9b7b27d8 Mon Sep 17 00:00:00 2001 From: Aviram Fireberger Date: Sun, 11 Jun 2017 13:18:52 +0300 Subject: [PATCH] Fixing typo in the Packer functions description --- src/MsgPack/Packer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/MsgPack/Packer.cs b/src/MsgPack/Packer.cs index a4468704d..b0e0b7ae9 100644 --- a/src/MsgPack/Packer.cs +++ b/src/MsgPack/Packer.cs @@ -130,7 +130,7 @@ protected Packer( PackerCompatibilityOptions compatibilityOptions ) } /// - /// Create standard Safe instancde wrapping specified with . + /// Create standard Safe instance wrapping specified with . /// /// object. This stream will be closed when is called. /// Safe . This will not be null. @@ -145,7 +145,7 @@ public static Packer Create( Stream stream ) } /// - /// Create standard Safe instancde wrapping specified with specified . + /// Create standard Safe instance wrapping specified with specified . /// /// object. This stream will be closed when is called. /// A which specifies compatibility options. @@ -161,7 +161,7 @@ public static Packer Create( Stream stream, PackerCompatibilityOptions compatibi } /// - /// Create standard Safe instancde wrapping specified with . + /// Create standard Safe instance wrapping specified with . /// /// object. /// @@ -180,7 +180,7 @@ public static Packer Create( Stream stream, bool ownsStream ) } /// - /// Create standard Safe instancde wrapping specified with specified . + /// Create standard Safe instance wrapping specified with specified . /// /// object. /// A which specifies compatibility options. @@ -200,7 +200,7 @@ public static Packer Create( Stream stream, PackerCompatibilityOptions compatibi } /// - /// Create standard Safe instancde wrapping specified with specified . + /// Create standard Safe instance wrapping specified with specified . /// /// object. /// A which specifies compatibility options.