mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
fix typo
This commit is contained in:
@@ -11,7 +11,7 @@ package xsbti;
|
||||
import java.util.Optional;
|
||||
|
||||
/**
|
||||
* An Action is very miminal representation of a `CodeAction` in the LSP protocol.
|
||||
* An Action is very minimal representation of a `CodeAction` in the LSP protocol.
|
||||
*
|
||||
* <p>However it only focuses on the actual title, description, and edit, leaving it up to the
|
||||
* language server to communicate with the client and put together a proper codeAction in accordance
|
||||
|
||||
Reference in New Issue
Block a user