Skip to content

Commit a07c987

Browse files
committed
Pick a couple nits
1 parent 5489579 commit a07c987

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/extensions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dbaeumer.vscode-eslint",
44
"editorconfig.editorconfig",
55
"esbenp.prettier-vscode",
6+
"orta.vscode-jest",
67
"streetsidesoftware.code-spell-checker",
7-
"stylelint.vscode-stylelint",
8-
"Orta.vscode-jest"
8+
"stylelint.vscode-stylelint"
99
]
1010
}

src/parsers/interlinearXmlParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function extractClustersFromVerse(verseDataElement: ParsedVerseData): ClusterDat
177177
*
178178
* Input is a raw XML string (caller is responsible for obtaining it, e.g. from file or network).
179179
* Output matches the types in `interlinearizer`; no extra conversion is done. Expects the
180-
* interlinear XML schema described in the project README.
180+
* interlinear XML schema described in [pt9-xml.md](pt9-xml.md).
181181
*/
182182
export class InterlinearXmlParser {
183183
private readonly parser: XMLParser;

0 commit comments

Comments
 (0)