Merge pull request #242 from christopheralcock/patch-1

tiny typo
This commit is contained in:
Yotam Mann 2017-06-23 15:44:27 -05:00 committed by GitHub
commit da60cbdfea

View file

@ -4,7 +4,7 @@ define(["Tone/core/Tone", "Tone/event/Event", "Tone/type/Type", "Tone/core/Trans
/**
* @class Tone.Part is a collection Tone.Events which can be
* started/stoped and looped as a single unit.
* started/stopped and looped as a single unit.
*
* @extends {Tone.Event}
* @param {Function} callback The callback to invoke on each event
@ -526,4 +526,4 @@ define(["Tone/core/Tone", "Tone/event/Event", "Tone/type/Type", "Tone/core/Trans
};
return Tone.Part;
});
});