mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-31 20:57:41 +00:00
docs(web): fix sourceText doc comment
This commit is contained in:
parent
012dcaeee9
commit
2b64a0857b
1 changed files with 1 additions and 4 deletions
|
|
@ -136,10 +136,7 @@ export class ContextToken {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets a simple, human-readable representation of `inputRange`.
|
||||
*
|
||||
* Should not actually be used in code - its use is intended only for
|
||||
* debugging.
|
||||
* Gets a simple, compact string-based representation of `inputRange`.
|
||||
*/
|
||||
get sourceText(): string {
|
||||
const composite = this._inputRange.reduce((accum, current) => buildMergedTransform(accum, current), { insert: '', deleteLeft: 0 });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue