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 cf8f355 commit b8bf904Copy full SHA for b8bf904
src/translator/phrase.ts
@@ -5,7 +5,7 @@ import * as Composer from "../parser/composer.ts";
5
import { AdjectiveWithInWay, fixAdjective } from "./adjective.ts";
6
import { fixAdverb } from "./adverb.ts";
7
import * as English from "./ast.ts";
8
-import { getNumber, fixDeterminer } from "./determiner.ts";
+import { fixDeterminer, getNumber } from "./determiner.ts";
9
import {
10
ExhaustedError,
11
FilteredError,
0 commit comments