Skip to content

Commit

Permalink
fix: typo in util documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kesor authored Dec 21, 2023
1 parent e3371e1 commit 785ba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lspconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ below returns a function that takes as its argument the current buffer path.
- `util.find_package_json_ancestor`: a function that locates the first parent
directory containing a `package.json`.
>
root_dir = util.find_json_ancestor
root_dir = util.find_package_json_ancestor
<
Note: On Windows, `lspconfig` always assumes forward slash normalized paths with
capitalized drive letters.
Expand Down

0 comments on commit 785ba31

Please sign in to comment.