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 7836689 commit 3f9a08bCopy full SHA for 3f9a08b
src/translator/composer.ts
@@ -135,9 +135,7 @@ function sentence(sentence: English.Sentence): string {
135
const capitalized = capitalize(sentence.clauses.map(clause).join(", "));
136
return `${capitalized}${sentence.punctuation}`;
137
}
138
-export function multipleSentences(
139
- sentences: English.Sentences,
140
-): string {
+export function multipleSentences(sentences: English.Sentences): string {
141
switch (sentences.type) {
142
case "free form":
143
return capitalize(sentences.text);
0 commit comments