Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit a07f1ce

Browse files
committed
Fix a typo “an”→“a”
1 parent bd00807 commit a07f1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rls-ipc/src/rpc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub mod file_loader {
2424
#[rpc(name = "file_exists")]
2525
fn file_exists(&self, path: PathBuf) -> Result<bool>;
2626

27-
/// Read the contents of an UTF-8 file into memory.
27+
/// Read the contents of a UTF-8 file into memory.
2828
#[rpc(name = "read_file")]
2929
fn read_file(&self, path: PathBuf) -> Result<String>;
3030
}

0 commit comments

Comments
 (0)