浏览代码

Update testing.md

Lucas.Xu 2 年之前
父节点
当前提交
31572d82f2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      frontend/app_flowy/packages/appflowy_editor/documentation/testing.md

+ 0 - 1
frontend/app_flowy/packages/appflowy_editor/documentation/testing.md

@@ -43,7 +43,6 @@ print(length);
 
 **Get the node of the specified path**
 ```dart
-// 获取上述文档结构中的第一个文本节点
 final firstTextNode = editor.nodeAtPath([0]) as TextNode;
 ```