diff --git a/dotnet/src/webdriver/Interactions/Actions.cs b/dotnet/src/webdriver/Interactions/Actions.cs
index 0639b9fe2f0ac..d77690d0e214b 100644
--- a/dotnet/src/webdriver/Interactions/Actions.cs
+++ b/dotnet/src/webdriver/Interactions/Actions.cs
@@ -337,6 +337,7 @@ public Actions MoveToElement(IWebElement toElement, int offsetX, int offsetY)
/// The element to which to move the mouse.
/// The horizontal offset to which to move the mouse.
/// The vertical offset to which to move the mouse.
+ /// The value from which to calculate the offset.
/// A self-reference to this .
public Actions MoveToElement(IWebElement toElement, int offsetX, int offsetY, MoveToElementOffsetOrigin offsetOrigin)
{