Skip to content

Commit a5b5b7c

Browse files
committed
fix
1 parent 80b4d45 commit a5b5b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ function defaultPhrase(
706706
determiner,
707707
adjective,
708708
noun: {
709-
word: repeat(noun.noun, count),
709+
word: repeatWithSpace(noun.noun, count),
710710
emphasis: phrase.headWord.emphasis != null,
711711
},
712712
number,

0 commit comments

Comments
 (0)