Skip to content

Commit 5d1de5b

Browse files
committed
typo
1 parent 6f06f6e commit 5d1de5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base58.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public string EncodeCheck(ReadOnlySpan<byte> payload, ReadOnlySpan<byte> prefix)
111111
/// <summary>
112112
/// Generate a Base58Check string out of a prefix buffer and payload
113113
/// by skipping leading zeroes in <paramref name="payload"/>.
114-
/// Platforms like Tezos expects this behavior.
114+
/// Platforms like Tezos expect this behavior.
115115
/// </summary>
116116
/// <param name="payload">Address data.</param>
117117
/// <param name="prefix">Prefix buffer.</param>

0 commit comments

Comments
 (0)