Skip to content

Commit 006ca5d

Browse files
authored
chore: naming (#712)
1 parent 72f4d4e commit 006ca5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pgls_fs/src/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ impl PgLSPath {
160160
/// Returns the contents of a file, if it exists
161161
///
162162
/// ## Error
163-
/// If Postgres Tools doesn't have permissions to read the file
163+
/// If Postgres Language Server doesn't have permissions to read the file
164164
pub fn get_buffer_from_file(&mut self) -> String {
165165
// we assume we have permissions
166166
read_to_string(&self.path).expect("cannot read the file to format")

0 commit comments

Comments
 (0)