We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e76d9a commit f1c2018Copy full SHA for f1c2018
dics/hanyu7/hanyu7.ts
@@ -173,8 +173,7 @@ export async function processHanyu7(
173
const youSplit = reading.split("又");
174
if (youSplit.length > 1) {
175
reading = youSplit[0]!;
176
- const anotherReading = youSplit[1]!;
177
- entryContents.splice(1, 0, `(又 ${anotherReading})`);
+ entryContents.splice(1, 0, `(又 ${youSplit[1]!})`);
178
}
179
const definitionContentsForReading = {
180
tag: "span",
0 commit comments