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")