Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Jul 11, 2021
1 parent c7a1a9b commit ab9aded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Flow } from './flow';
import { Modifier } from './modifier';
import { ModifierContextState } from './modifiercontext';

interface BendPhrase {
export interface BendPhrase {
x?: number;
type: number;
text: string;
Expand Down

0 comments on commit ab9aded

Please sign in to comment.