Merge pull request #1079 from heycharlieabbott/typofix

Fix: typo and broken link in TransportTime and TransportTimeClass docs
This commit is contained in:
Yotam Mann 2022-05-11 13:52:35 -04:00 committed by GitHub
commit 3104b67b16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ import { TimeClass } from "./Time";
import { TimeBaseUnit, TimeValue } from "./TimeBase";
/**
* TransportTime is a the time along the Transport's
* TransportTime is a time along the Transport's
* timeline. It is similar to Tone.Time, but instead of evaluating
* against the AudioContext's clock, it is evaluated against
* the Transport's position. See [TransportTime wiki](https://github.com/Tonejs/Tone.js/wiki/TransportTime).
@ -23,8 +23,8 @@ export class TransportTimeClass<Type extends Seconds | Ticks = Seconds> extends
}
/**
* TransportTime is a the time along the Transport's
* timeline. It is similar to [[Time]], but instead of evaluating
* TransportTime is a time along the Transport's
* timeline. It is similar to Tone.Time, but instead of evaluating
* against the AudioContext's clock, it is evaluated against
* the Transport's position. See [TransportTime wiki](https://github.com/Tonejs/Tone.js/wiki/TransportTime).
* @category Unit