Skip to content

Commit

Permalink
fix (gui): Fix return type of compat
Browse files Browse the repository at this point in the history
  • Loading branch information
FMS-Cat committed Nov 21, 2020
1 parent 5500eed commit cb96bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/automaton-with-gui/src/AutomatonWithGUI.tsx
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ export class AutomatonWithGUI extends Automaton
* Use along with {@link deserialize}.
* @param data The data
*/
public static compat( data?: any ): SerializedAutomaton {
public static compat( data?: any ): SerializedAutomatonWithGUI {
return compat( data );
}

0 comments on commit cb96bb3

Please sign in to comment.