From af181de45100d48fe9120a2abfbb85b8a612f0c4 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Fri, 3 Nov 2023 15:57:18 +0100 Subject: [PATCH] chore: Fix incompatibilities --- .../main/scala/scala/meta/internal/metals/ServerCommands.scala | 2 +- website/blog/2020-11-10-lithium.md | 2 +- website/blog/2021-04-06-tungsten.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metals/src/main/scala/scala/meta/internal/metals/ServerCommands.scala b/metals/src/main/scala/scala/meta/internal/metals/ServerCommands.scala index 9991dca16c7..db3d492e065 100644 --- a/metals/src/main/scala/scala/meta/internal/metals/ServerCommands.scala +++ b/metals/src/main/scala/scala/meta/internal/metals/ServerCommands.scala @@ -485,7 +485,7 @@ object ServerCommands { "goto-super-method", "Go to super method/field definition", """|Jumps to super method/field definition of a symbol under cursor according to inheritance rules. - |When A {override def x()} <:< B <:< C {def x()} and on method 'A.x' it will jump directly to 'C.x' + |When `A {override def x()} <:< B <:< C {def x()}` and on method 'A.x' it will jump directly to 'C.x' |as method x() is not overridden in B. |If symbol is a reference of a method it will jump to a definition. |If symbol under cursor is invalid or does not override anything then command is ignored. diff --git a/website/blog/2020-11-10-lithium.md b/website/blog/2020-11-10-lithium.md index e0221d72690..92f0d6d7ed6 100644 --- a/website/blog/2020-11-10-lithium.md +++ b/website/blog/2020-11-10-lithium.md @@ -425,7 +425,7 @@ Vadim Chelyshov - Make sure that default version is picked up for Scalafmt provider [\#2158](https://github.com/scalameta/metals/pull/2158) ([tgodzik](https://github.com/tgodzik)) -- Don't import {java.util => ju} when no conflicting symbols are available +- Don't import `{java.util => ju}` when no conflicting symbols are available [\#2155](https://github.com/scalameta/metals/pull/2155) ([tgodzik](https://github.com/tgodzik)) - Fixed sbt completions coming from project/\*.scala diff --git a/website/blog/2021-04-06-tungsten.md b/website/blog/2021-04-06-tungsten.md index 613bb5c85cd..966af482516 100644 --- a/website/blog/2021-04-06-tungsten.md +++ b/website/blog/2021-04-06-tungsten.md @@ -102,7 +102,7 @@ section of the documentation. overriden. - Infer type for higher kinded functions correctly. - Show better type decorations for higher kinded types. -- Improve indexing of Scala 3 sources <- a lot of hard work by +- Improve indexing of Scala 3 sources, a lot of hard work by [@dos65](https://github.com/dos65)! ## Contributors