From 46d6071a9f5b64707216931275fec8c637a2bc60 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sat, 9 Aug 2025 10:36:29 -0300 Subject: grammar --- src/tuberia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tuberia.h') diff --git a/src/tuberia.h b/src/tuberia.h index 6efd45e..a4ce84d 100644 --- a/src/tuberia.h +++ b/src/tuberia.h @@ -36,7 +36,7 @@ * [Source] -> [queue_1] -> [Stage_1] -> [Queue_2] -> [Stage_2] -> [...] -> [Sink] * * Each source, stage, and sink runs in a thread, reads from its input queue, - * process the element, and writes the result to the output queue. + * processes the element, and writes the result to the output queue. * * @section quick_guide Quick Guide * -- cgit v1.2.3