mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-14 12:53:59 +00:00
Merge pull request #1079 from heycharlieabbott/typofix
Fix: typo and broken link in TransportTime and TransportTimeClass docs
This commit is contained in:
commit
3104b67b16
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ import { TimeClass } from "./Time";
|
||||||
import { TimeBaseUnit, TimeValue } from "./TimeBase";
|
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
|
* timeline. It is similar to Tone.Time, but instead of evaluating
|
||||||
* against the AudioContext's clock, it is evaluated against
|
* against the AudioContext's clock, it is evaluated against
|
||||||
* the Transport's position. See [TransportTime wiki](https://github.com/Tonejs/Tone.js/wiki/TransportTime).
|
* 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
|
* TransportTime is a time along the Transport's
|
||||||
* timeline. It is similar to [[Time]], but instead of evaluating
|
* timeline. It is similar to Tone.Time, but instead of evaluating
|
||||||
* against the AudioContext's clock, it is evaluated against
|
* against the AudioContext's clock, it is evaluated against
|
||||||
* the Transport's position. See [TransportTime wiki](https://github.com/Tonejs/Tone.js/wiki/TransportTime).
|
* the Transport's position. See [TransportTime wiki](https://github.com/Tonejs/Tone.js/wiki/TransportTime).
|
||||||
* @category Unit
|
* @category Unit
|
||||||
|
|
Loading…
Reference in a new issue