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

Commit bd00807

Browse files
committed
Fix typos “a”→“an”
1 parent 838a834 commit bd00807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rls/src/lsp_data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ pub struct InitializationOptions {
269269
}
270270

271271
impl InitializationOptions {
272-
/// try to deserialize a Initialization from a json value. If exists,
272+
/// try to deserialize an Initialization from a json value. If exists,
273273
/// val.settings is expected to be a Value::Object containing only one key,
274274
/// "rust", all first level keys of rust's value are converted to
275275
/// snake_case, duplicated and unknown keys are reported

0 commit comments

Comments
 (0)