Skip to content

Commit

Permalink
More PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Oct 26, 2023
1 parent 0adcc2e commit 285e614
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { SpokenFormGenerator } from ".";
import { CustomSpokenFormGenerator } from "..";
import { CustomSpokenForms } from "../spokenForms/CustomSpokenForms";
import { TalonSpokenForms } from "../scopeProviders/SpokenFormEntry";
import { TalonSpokenForms } from "../scopeProviders/TalonSpokenForms";

/**
* Simple facade that combines the {@link CustomSpokenForms} and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
NeedsInitialTalonUpdateError,
SpokenFormEntry,
TalonSpokenForms,
} from "../scopeProviders/SpokenFormEntry";
} from "../scopeProviders/TalonSpokenForms";

interface TalonSpokenFormsPayload {
version: number;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
NeedsInitialTalonUpdateError,
SpokenFormEntry,
TalonSpokenForms,
} from "../scopeProviders/SpokenFormEntry";
} from "../scopeProviders/TalonSpokenForms";
import { ide } from "../singletons/ide.singleton";
import { SpokenFormMap, SpokenFormMapEntry } from "./SpokenFormMap";
import { SpokenFormMapKeyTypes, SpokenFormType } from "./SpokenFormType";
Expand Down

0 comments on commit 285e614

Please sign in to comment.