diff --git a/core/modules/migrate/src/Row.php b/core/modules/migrate/src/Row.php
index 00452ad117479eadd5dbb91cf619b4185fce39a3..4be97124a0c164a14375d6039359ebb8e6ab1d53 100644
--- a/core/modules/migrate/src/Row.php
+++ b/core/modules/migrate/src/Row.php
@@ -224,7 +224,7 @@ public function getDestination() {
    * @code
    * $this->destination['foo']['bar'] = 'baz';
    * $this->rawDestination['foo/bar'] = 'baz';
-   * @encode
+   * @endcode
    *
    * @return array
    *   The raw destination values.