summaryrefslogtreecommitdiffstats
path: root/src/engine/events/MoveEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/MoveEvent.hpp')
-rw-r--r--src/engine/events/MoveEvent.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/MoveEvent.hpp b/src/engine/events/MoveEvent.hpp
index 7b77439f..06b410fb 100644
--- a/src/engine/events/MoveEvent.hpp
+++ b/src/engine/events/MoveEvent.hpp
@@ -28,10 +28,10 @@ class PatchImpl;
/** \page methods
* <h2>MOVE</h2>
- * From WebDAV (RFC4918 S9.9).
+ * As per WebDAV (RFC4918 S9.9).
*
- * Calling MOVE on an object removes it from its current location
- * and inserts it at a new one in a single operation.
+ * Move an object from its current location and insert it at a new location
+ * in a single operation.
*
* MOVE to a path with a different parent is currently not supported.
*/