From c2a8f1c424826c6ad5328d357b23ad1ceecb228b Mon Sep 17 00:00:00 2001 From: "Quek, Yao Jing" Date: Mon, 4 Sep 2023 10:49:40 +0800 Subject: [PATCH] Fix typo --- doc/tutorials/chapter_8/oven_fsm.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/chapter_8/oven_fsm.dart b/doc/tutorials/chapter_8/oven_fsm.dart index 540fd4bb0..939e033c0 100644 --- a/doc/tutorials/chapter_8/oven_fsm.dart +++ b/doc/tutorials/chapter_8/oven_fsm.dart @@ -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: