From db8ab04e40e904aaa169fc20df8b5f85425d7e6b Mon Sep 17 00:00:00 2001 From: parulpriyedarshani Date: Sat, 21 Mar 2020 12:38:15 +0530 Subject: [PATCH] Added modifications for typographical errors on documentation in p5.soundloop --- src/soundLoop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soundLoop.js b/src/soundLoop.js index 0de0d963..dd15d476 100644 --- a/src/soundLoop.js +++ b/src/soundLoop.js @@ -144,7 +144,7 @@ define(function (require) { /** - * Synchronize loops. Use this method to start two more more loops in synchronization + * Synchronize loops. Use this method to start two or more loops in synchronization * or to start a loop in synchronization with a loop that is already playing * This method will schedule the implicit loop in sync with the explicit master loop * i.e. loopToStart.syncedStart(loopToSyncWith)