From 5e0e4e2e82b0c9e124c969520cd2469ff985a1d8 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Thu, 2 Feb 2017 15:52:36 -0500 Subject: [PATCH] added a comma to a comment --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index eaeb1ca..bb6fa7c 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ var DrumPlayer = require('./DrumPlayer'); /** * @fileOverview Scratch Audio is divided into a single AudioEngine, - * that handles global functionality, and AudioPlayers belonging to individual sprites and clones. + * that handles global functionality, and AudioPlayers, belonging to individual sprites and clones. */ /**