We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64e5c4 commit 3c77a6eCopy full SHA for 3c77a6e
tests/IntegrationTests/TestUtilities.cs
@@ -18,7 +18,7 @@ public static void AssertEqual(byte[] expected, byte[] actual)
18
}
19
20
/// <summary>
21
- /// Verifies that <paramref name="value"/> is an integer (<see cref="Int32"/> or <see cref="Int64"/>) with the value <code>1</code>.
+ /// Verifies that <paramref name="value"/> is an integer (<see cref="int"/> or <see cref="long"/>) with the value <code>1</code>.
22
/// </summary>
23
public static void AssertIsOne(object value)
24
{
0 commit comments