| Index: pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
|
| diff --git a/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java b/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
|
| index ac80ee8be2ea1e04134c06253b695f16df1b609c..c360b6a10b31cb5e807dcf0ae45eacc3f07fb6b3 100644
|
| --- a/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
|
| +++ b/pkg/analysis_server/tool/spec/generated/java/types/HoverInformation.java
|
| @@ -44,14 +44,14 @@ public class HoverInformation {
|
| public static final List<HoverInformation> EMPTY_LIST = Lists.newArrayList();
|
|
|
| /**
|
| - * The offset of the range of characters that encompases the cursor position and has the same hover
|
| - * information as the cursor position.
|
| + * The offset of the range of characters that encompasses the cursor position and has the same
|
| + * hover information as the cursor position.
|
| */
|
| private final int offset;
|
|
|
| /**
|
| - * The length of the range of characters that encompases the cursor position and has the same hover
|
| - * information as the cursor position.
|
| + * The length of the range of characters that encompasses the cursor position and has the same
|
| + * hover information as the cursor position.
|
| */
|
| private final int length;
|
|
|
| @@ -228,16 +228,16 @@ public class HoverInformation {
|
| }
|
|
|
| /**
|
| - * The length of the range of characters that encompases the cursor position and has the same hover
|
| - * information as the cursor position.
|
| + * The length of the range of characters that encompasses the cursor position and has the same
|
| + * hover information as the cursor position.
|
| */
|
| public int getLength() {
|
| return length;
|
| }
|
|
|
| /**
|
| - * The offset of the range of characters that encompases the cursor position and has the same hover
|
| - * information as the cursor position.
|
| + * The offset of the range of characters that encompasses the cursor position and has the same
|
| + * hover information as the cursor position.
|
| */
|
| public int getOffset() {
|
| return offset;
|
|
|