Skip to content

Commit 10e309a

Browse files
committed
Fix docstring
1 parent 3eef3b7 commit 10e309a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-dart.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
(defcustom lsp-dart-only-analyze-projects-with-open-files nil
6464
"Analyze project root of open files even if not using workspace folders.
6565
When set to non-nil, even if the file was not openned as a workspace project,
66-
the analysis server will try to find the project root and analyze all project files."
66+
the analysis server will try to find the project root and analyze all project
67+
files."
6768
:type 'boolean
6869
:group 'lsp-dart)
6970

0 commit comments

Comments
 (0)