mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
LanguageServers/Cpp: Fix typo
This commit is contained in:
parent
1d3b5dabc3
commit
17e6287333
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
}
|
||||
|
||||
WeakPtr<LanguageClient> language_client() { return m_language_client; }
|
||||
const String& projcet_path() const { return m_project_path; }
|
||||
const String& project_path() const { return m_project_path; }
|
||||
|
||||
template<typename ConcreteType>
|
||||
static NonnullRefPtr<ServerConnection> get_or_create(const String& project_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue