From ec51b8697ae952cbf2b62df6e7643a661a6e4e8b Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 27 Aug 2024 15:16:21 +0530 Subject: [PATCH] fix pear worker --- reference/pear/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pear/api.md b/reference/pear/api.md index 151abf3..afd9d7f 100644 --- a/reference/pear/api.md +++ b/reference/pear/api.md @@ -286,7 +286,7 @@ Runs a Pear Worker by spawning a Pear Terminal Application process from the spec ### `const pipe = Pear.worker.pipe()` -Returns the communication pipe created to the worker process. Resolves to a `Duplex` stream object representing a pipe. +Returns the pipe (a [`streamx`](https://github.com/mafintosh/streamx) `Duplex` stream) created to the worker process. ## `Pear.media `