mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
fix(typo): comments of UndoManager
This commit is contained in:
parent
0626912a4c
commit
7ae153f5da
1 changed files with 1 additions and 1 deletions
|
|
@ -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<HistoryItem> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue