diff --git a/src/MultiHash.cs b/src/MultiHash.cs index 0a829cb..0ca493f 100644 --- a/src/MultiHash.cs +++ b/src/MultiHash.cs @@ -321,8 +321,9 @@ public bool Equals(MultiHash that) /// Returns the encoding of the . /// /// - /// A Base58 representaton of the MultiHash. + /// A base-58 representaton of the MultiHash. /// + /// public override string ToString() { return this.ToBase58(); @@ -332,8 +333,8 @@ public override string ToString() /// Returns the encoding of the . /// /// - /// The base-58 representation of the . - /// /returns> + /// The representation of the . + /// public string ToBase58() { using (var ms = new MemoryStream()) @@ -347,8 +348,8 @@ public string ToBase58() /// Returns the encoding of the . /// /// - /// The base-32 representation of the . - /// /returns> + /// The representation of the . + /// public string ToBase32() { using (var ms = new MemoryStream())