diff --git a/source/data/pipe.mjs b/source/data/pipe.mjs
index 3a1abf9ca7ce68a94975d71ed49981a39062e545..d1d3197e12ba84185fe726a8897a35a240ac75fc 100644
--- a/source/data/pipe.mjs
+++ b/source/data/pipe.mjs
@@ -57,7 +57,7 @@ class Pipe extends Base {
 	 * @param {string} name
 	 * @param {function} callback
 	 * @param {object} context
-	 * @return {Transformer}
+	 * @return {Pipe}
 	 * @throws {TypeError} value is not a string
 	 * @throws {TypeError} value is not a function
 	 */