diff --git a/core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php b/core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
index 2449b7c39077a2186bc6ae22226ac022aa62da4c..1fec39b35a3926ebe734a212e8e95bb20405cef7 100644
--- a/core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
+++ b/core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
@@ -20,7 +20,7 @@
  * - method: (optional) What to do if the input value is empty. Possible values:
  *   - row: Skips the entire row when an empty value is encountered.
  *   - process: Prevents further processing of the input property when the value
- *     is empty.
+ *     is empty and sets the value to NULL.
  * - message: (optional) A message to be logged in the {migrate_message_*} table
  *   for this row. Messages are only logged for the 'row' method. If not set,
  *   nothing is logged in the message table.