Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quekyj committed Sep 4, 2023
1 parent 56363c4 commit c2a8f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/chapter_8/oven_fsm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Import the ROHD package.
import 'package:rohd/rohd.dart';

// Import the counter module implement in example.dart.
// Import the counter module interface.
import './counter_interface.dart';

// Enumerated type named `OvenState` with four possible states:
Expand Down

0 comments on commit c2a8f1c

Please sign in to comment.