Skip to content

Commit db358fc

Browse files
authored
Fix typo in Document Symbols description
1 parent 618f1cd commit db358fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-**Code Completion**: Auto-complete messages, enums, and keywords in your `.proto` files.
1111
-**Diagnostics**: Syntax errors, import error with tree-sitter and advanced diagnostics from `protoc`.
1212
-**Workspace Symbols**: Search and view all symbols across workspaces.
13-
-**Document Symbols**: Navigate and view all symbols, including nested messages and enums in from a document.
13+
-**Document Symbols**: Navigate and view all symbols, including nested messages and enums.
1414
-**Code Formatting**: Format `.proto` files using `clang-format` for a consistent style.
1515
-**Go to Definition**: Jump to the definition of symbols like messages or enums and imports.
1616
-**Hover Information**: Get detailed information and documentation on hover.

0 commit comments

Comments
 (0)