From 7ae153f5daf627cc8d83d29926c5420d4cdd793a Mon Sep 17 00:00:00 2001 From: Vincent Chan Date: Thu, 21 Jul 2022 11:47:41 +0800 Subject: [PATCH] fix(typo): comments of UndoManager --- frontend/app_flowy/packages/flowy_editor/lib/undo_manager.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/packages/flowy_editor/lib/undo_manager.dart b/frontend/app_flowy/packages/flowy_editor/lib/undo_manager.dart index e85cebe54a..d01ffa351a 100644 --- a/frontend/app_flowy/packages/flowy_editor/lib/undo_manager.dart +++ b/frontend/app_flowy/packages/flowy_editor/lib/undo_manager.dart @@ -6,7 +6,7 @@ import 'package:flowy_editor/operation/transaction_builder.dart'; import 'package:flowy_editor/operation/transaction.dart'; import 'package:flowy_editor/editor_state.dart'; -/// This class contains operations to committed by users. +/// This class contains operations committed by users. /// If a [HistoryItem] is not sealed, operations can be added sequentially. /// Otherwise, the operations should be added to a new [HistoryItem]. class HistoryItem extends LinkedListEntry {