From 85580a4c0a9d6ffdfbfcdfbbfca6e23ec5a6f982 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 15 Jan 2021 22:48:35 +1000 Subject: [PATCH] Minor grammar fix. --- research/miniaudio_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/miniaudio_engine.h b/research/miniaudio_engine.h index 97db4f8b..ea2f9c7a 100644 --- a/research/miniaudio_engine.h +++ b/research/miniaudio_engine.h @@ -504,7 +504,7 @@ and include the following: +-----------------------------------------+---------------------------------------------------+ | MA_NODE_FLAG_PASSTHROUGH | Useful for nodes that do not do any kind of audio | | | processing, but are instead used for tracking | - | | time handling events, etc. Also used by the | + | | time, handling events, etc. Also used by the | | | internal endpoint node. It reads directly from | | | the input bus to the output bus. Nodes with this | | | flag must have exactly 1 input bus and 1 output |