@@ -58,7 +58,7 @@ public final class NestingLevel extends com.google.api.client.json.GenericJson {
58
58
private java .lang .String glyphFormat ;
59
59
60
60
/**
61
- * A custom glyph symbol used by bullets when paragraphs at this level of nesting are unordered.
61
+ * A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
62
62
* The glyph symbol replaces placeholders within the glyph_format. For example, if the
63
63
* glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
64
64
* glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -68,11 +68,11 @@ public final class NestingLevel extends com.google.api.client.json.GenericJson {
68
68
private java .lang .String glyphSymbol ;
69
69
70
70
/**
71
- * The type of glyph used by bullets when paragraphs at this level of nesting are ordered. The
71
+ * The type of glyph used by bullets when paragraphs at this level of nesting is ordered. The
72
72
* glyph type determines the type of glyph used to replace placeholders within the glyph_format
73
73
* when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
74
74
* the glyph_format is `%0.` and the glyph type is DECIMAL, then the rendered glyph would replace
75
- * the placeholder `%0` in the glyph format with a number corresponding to list item's order
75
+ * the placeholder `%0` in the glyph format with a number corresponding to the list item's order
76
76
* within the list.
77
77
* The value may be {@code null}.
78
78
*/
@@ -174,7 +174,7 @@ public NestingLevel setGlyphFormat(java.lang.String glyphFormat) {
174
174
}
175
175
176
176
/**
177
- * A custom glyph symbol used by bullets when paragraphs at this level of nesting are unordered.
177
+ * A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
178
178
* The glyph symbol replaces placeholders within the glyph_format. For example, if the
179
179
* glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
180
180
* glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -185,7 +185,7 @@ public java.lang.String getGlyphSymbol() {
185
185
}
186
186
187
187
/**
188
- * A custom glyph symbol used by bullets when paragraphs at this level of nesting are unordered.
188
+ * A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
189
189
* The glyph symbol replaces placeholders within the glyph_format. For example, if the
190
190
* glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
191
191
* glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -197,11 +197,11 @@ public NestingLevel setGlyphSymbol(java.lang.String glyphSymbol) {
197
197
}
198
198
199
199
/**
200
- * The type of glyph used by bullets when paragraphs at this level of nesting are ordered. The
200
+ * The type of glyph used by bullets when paragraphs at this level of nesting is ordered. The
201
201
* glyph type determines the type of glyph used to replace placeholders within the glyph_format
202
202
* when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
203
203
* the glyph_format is `%0.` and the glyph type is DECIMAL, then the rendered glyph would replace
204
- * the placeholder `%0` in the glyph format with a number corresponding to list item's order
204
+ * the placeholder `%0` in the glyph format with a number corresponding to the list item's order
205
205
* within the list.
206
206
* @return value or {@code null} for none
207
207
*/
@@ -210,11 +210,11 @@ public java.lang.String getGlyphType() {
210
210
}
211
211
212
212
/**
213
- * The type of glyph used by bullets when paragraphs at this level of nesting are ordered. The
213
+ * The type of glyph used by bullets when paragraphs at this level of nesting is ordered. The
214
214
* glyph type determines the type of glyph used to replace placeholders within the glyph_format
215
215
* when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
216
216
* the glyph_format is `%0.` and the glyph type is DECIMAL, then the rendered glyph would replace
217
- * the placeholder `%0` in the glyph format with a number corresponding to list item's order
217
+ * the placeholder `%0` in the glyph format with a number corresponding to the list item's order
218
218
* within the list.
219
219
* @param glyphType glyphType or {@code null} for none
220
220
*/
0 commit comments