Renamed FoldingRangeRequestParam => FoldingRangeParams

Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
This commit is contained in:
Miro Spönemann 2018-08-22 10:04:40 +02:00
parent 41dccdf366
commit 533a4b9c07

View file

@ -3876,10 +3876,10 @@ The folding range request is sent from the client to the server to return all fo
_Request_:
* method: 'textDocument/foldingRange'
* params: `FoldingRangeRequestParam` defined as follows
* params: `FoldingRangeParams` defined as follows
```typescript
export interface FoldingRangeRequestParam {
export interface FoldingRangeParams {
/**
* The text document.
*/