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.