Skip to content

Commit 6bf011e

Browse files
committed
Minor compiler warnings and comment fixes
1 parent dfb8b37 commit 6bf011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/UtWin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static partial class UtWin
2727
/// For objects of type <see cref="char"/>, the specified Unicode character is simulated as a keypress and
2828
/// release.</description></item>
2929
/// <item><description>
30-
/// For objects of type <c>Tuple&lt;Keys, bool&gt;</c> or <c>ValueType&lt;Keys, bool&gt;</c>, the bool
30+
/// For objects of type <c>Tuple&lt;Keys, bool&gt;</c> or <c>ValueTuple&lt;Keys, bool&gt;</c>, the bool
3131
/// specifies whether to simulate only a key-down (false) or only a key-up (true).</description></item></list></remarks>
3232
/// <example>
3333
/// <para>

0 commit comments

Comments
 (0)