diff --git a/_specifications/base/0.9/specification.md b/_specifications/base/0.9/specification.md index 0f5deb756..2fd207ca2 100644 --- a/_specifications/base/0.9/specification.md +++ b/_specifications/base/0.9/specification.md @@ -505,10 +505,10 @@ export interface WorkDoneProgressBegin { /** * Optional progress percentage to display (value 100 is considered 100%). * If not provided infinite progress is assumed and clients are allowed - * to ignore the `percentage` value in subsequent in report notifications. + * to ignore the `percentage` value in subsequent report notifications. * * The value should be steadily rising. Clients are free to ignore values - * that are not following this rule. The value range is [0, 100] + * that are not following this rule. The value range is [0, 100]. */ percentage?: uinteger; } @@ -543,10 +543,10 @@ export interface WorkDoneProgressReport { /** * Optional progress percentage to display (value 100 is considered 100%). * If not provided infinite progress is assumed and clients are allowed - * to ignore the `percentage` value in subsequent in report notifications. + * to ignore the `percentage` value in subsequent report notifications. * * The value should be steadily rising. Clients are free to ignore values - * that are not following this rule. The value range is [0, 100] + * that are not following this rule. The value range is [0, 100]. */ percentage?: uinteger; } diff --git a/_specifications/lsp/3.17/metaModel/metaModel.json b/_specifications/lsp/3.17/metaModel/metaModel.json index 0a3cb31f1..cbdd49d9c 100644 --- a/_specifications/lsp/3.17/metaModel/metaModel.json +++ b/_specifications/lsp/3.17/metaModel/metaModel.json @@ -6327,7 +6327,7 @@ "name": "uinteger" }, "optional": true, - "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent in report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." + "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." } ] }, @@ -6366,7 +6366,7 @@ "name": "uinteger" }, "optional": true, - "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent in report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]" + "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." } ] }, diff --git a/_specifications/lsp/3.17/types/workDoneProgress.md b/_specifications/lsp/3.17/types/workDoneProgress.md index d9bc6ade2..7d73d82f3 100644 --- a/_specifications/lsp/3.17/types/workDoneProgress.md +++ b/_specifications/lsp/3.17/types/workDoneProgress.md @@ -40,10 +40,10 @@ export interface WorkDoneProgressBegin { /** * Optional progress percentage to display (value 100 is considered 100%). * If not provided infinite progress is assumed and clients are allowed - * to ignore the `percentage` value in subsequent in report notifications. + * to ignore the `percentage` value in subsequent report notifications. * * The value should be steadily rising. Clients are free to ignore values - * that are not following this rule. The value range is [0, 100] + * that are not following this rule. The value range is [0, 100]. */ percentage?: uinteger; } @@ -79,10 +79,10 @@ export interface WorkDoneProgressReport { /** * Optional progress percentage to display (value 100 is considered 100%). * If not provided infinite progress is assumed and clients are allowed - * to ignore the `percentage` value in subsequent in report notifications. + * to ignore the `percentage` value in subsequent report notifications. * * The value should be steadily rising. Clients are free to ignore values - * that are not following this rule. The value range is [0, 100] + * that are not following this rule. The value range is [0, 100]. */ percentage?: uinteger; } diff --git a/_specifications/lsp/3.18/metaModel/metaModel.json b/_specifications/lsp/3.18/metaModel/metaModel.json index 20fccca67..793612ab9 100644 --- a/_specifications/lsp/3.18/metaModel/metaModel.json +++ b/_specifications/lsp/3.18/metaModel/metaModel.json @@ -6362,7 +6362,7 @@ "name": "uinteger" }, "optional": true, - "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent in report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." + "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." } ] }, @@ -6401,7 +6401,7 @@ "name": "uinteger" }, "optional": true, - "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent in report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]" + "documentation": "Optional progress percentage to display (value 100 is considered 100%).\nIf not provided infinite progress is assumed and clients are allowed\nto ignore the `percentage` value in subsequent report notifications.\n\nThe value should be steadily rising. Clients are free to ignore values\nthat are not following this rule. The value range is [0, 100]." } ] }, diff --git a/_specifications/lsp/3.18/types/workDoneProgress.md b/_specifications/lsp/3.18/types/workDoneProgress.md index bbe91043d..8eaecf9d9 100644 --- a/_specifications/lsp/3.18/types/workDoneProgress.md +++ b/_specifications/lsp/3.18/types/workDoneProgress.md @@ -40,7 +40,7 @@ export interface WorkDoneProgressBegin { /** * Optional progress percentage to display (value 100 is considered 100%). * If not provided infinite progress is assumed and clients are allowed - * to ignore the `percentage` value in subsequent in report notifications. + * to ignore the `percentage` value in subsequent report notifications. * * The value should be steadily rising. Clients are free to ignore values * that are not following this rule. The value range is [0, 100]. @@ -79,7 +79,7 @@ export interface WorkDoneProgressReport { /** * Optional progress percentage to display (value 100 is considered 100%). * If not provided infinite progress is assumed and clients are allowed - * to ignore the `percentage` value in subsequent in report notifications. + * to ignore the `percentage` value in subsequent report notifications. * * The value should be steadily rising. Clients are free to ignore values * that are not following this rule. The value range is [0, 100].