From a0e8538129131b5c7cb770f5e07f9723b4194ca6 Mon Sep 17 00:00:00 2001 From: DJMcNab <36049421+DJMcNab@users.noreply.github.com> Date: Sun, 23 Dec 2018 11:10:12 +0000 Subject: Improve comment --- crates/ra_lsp_server/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_lsp_server/src') diff --git a/crates/ra_lsp_server/src/main.rs b/crates/ra_lsp_server/src/main.rs index 038912de0..721665eed 100644 --- a/crates/ra_lsp_server/src/main.rs +++ b/crates/ra_lsp_server/src/main.rs @@ -28,8 +28,8 @@ fn main() -> Result<()> { #[serde(rename_all = "camelCase")] struct InitializationOptions { // Whether the client supports our custom highlighting publishing decorations. - // This is different to the highlightingOn setting, which is whether the client - // wants highlighting to be used or sent. + // This is different to the highlightingOn setting, which is whether the user + // wants our custom highlighting to be used. publish_decorations: Option, } -- cgit v1.2.3