diff --git a/dotnet/src/webdriver/Keys.cs b/dotnet/src/webdriver/Keys.cs
index e3c74421796b5..df3b9ed7f5def 100644
--- a/dotnet/src/webdriver/Keys.cs
+++ b/dotnet/src/webdriver/Keys.cs
@@ -163,12 +163,12 @@ public static class Keys
public static readonly string ArrowRight = Convert.ToString(Convert.ToChar(0xE014, CultureInfo.InvariantCulture), CultureInfo.InvariantCulture); // alias
///
- /// Represents the Left arrow key.
+ /// Represents the down arrow key.
///
public static readonly string Down = Convert.ToString(Convert.ToChar(0xE015, CultureInfo.InvariantCulture), CultureInfo.InvariantCulture);
///
- /// Represents the Left arrow key.
+ /// Represents the down arrow key.
///
public static readonly string ArrowDown = Convert.ToString(Convert.ToChar(0xE015, CultureInfo.InvariantCulture), CultureInfo.InvariantCulture); // alias