From 45b10f18cda702313d0f52a984c5c49e08ef9777 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sun, 9 Mar 2025 14:51:57 +0100
Subject: [PATCH] chore: update return type doctype

---
 source/data/pipe.mjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/data/pipe.mjs b/source/data/pipe.mjs
index 3a1abf9ca..d1d3197e1 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
 	 */
-- 
GitLab