tone 14.8.43 → 14.8.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -596,7 +596,7 @@ export class Transport
596
596
 
597
597
  /**
598
598
  * The Transport's loop position as a normalized value. Always
599
- * returns 0 if the transport if loop is not true.
599
+ * returns 0 if the Transport.loop = false.
600
600
  */
601
601
  get progress(): NormalRange {
602
602
  if (this.loop) {
package/Tone/version.ts CHANGED
@@ -1 +1 @@
1
- export const version: string = "14.8.43";
1
+ export const version: string = "14.8.44";