From 23023725faefad308446b416f0610af17575b5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Steinr=C3=B6tter?= Date: Sat, 7 Mar 2026 15:55:19 +0100 Subject: [PATCH] chore: naming --- crates/pgls_fs/src/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/pgls_fs/src/path.rs b/crates/pgls_fs/src/path.rs index 48ff47f4f..976924f40 100644 --- a/crates/pgls_fs/src/path.rs +++ b/crates/pgls_fs/src/path.rs @@ -160,7 +160,7 @@ impl PgLSPath { /// Returns the contents of a file, if it exists /// /// ## Error - /// If Postgres Tools doesn't have permissions to read the file + /// If Postgres Language Server doesn't have permissions to read the file pub fn get_buffer_from_file(&mut self) -> String { // we assume we have permissions read_to_string(&self.path).expect("cannot read the file to format")