Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nan01ab committed Sep 20, 2024
1 parent cf362b7 commit d3fc7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.VM/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static Utility()
/// All bytes are zero or not in a byte array
/// </summary>
/// <param name="x">The byte array</param>
/// <returns>true if all bytes are zero, otherwise it returns false</returns>
/// <returns>false if all bytes are zero, true otherwise</returns>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static bool NotZero(this ReadOnlySpan<byte> x)
{
Expand Down

0 comments on commit d3fc7d2

Please sign in to comment.