@@ -58,7 +58,7 @@ public final class NestingLevel extends com.google.api.client.json.GenericJson {
5858 private java .lang .String glyphFormat ;
5959
6060 /**
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.
6262 * The glyph symbol replaces placeholders within the glyph_format. For example, if the
6363 * glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
6464 * 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 {
6868 private java .lang .String glyphSymbol ;
6969
7070 /**
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
7272 * glyph type determines the type of glyph used to replace placeholders within the glyph_format
7373 * when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
7474 * 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
7676 * within the list.
7777 * The value may be {@code null}.
7878 */
@@ -174,7 +174,7 @@ public NestingLevel setGlyphFormat(java.lang.String glyphFormat) {
174174 }
175175
176176 /**
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.
178178 * The glyph symbol replaces placeholders within the glyph_format. For example, if the
179179 * glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
180180 * glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -185,7 +185,7 @@ public java.lang.String getGlyphSymbol() {
185185 }
186186
187187 /**
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.
189189 * The glyph symbol replaces placeholders within the glyph_format. For example, if the
190190 * glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
191191 * glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -197,11 +197,11 @@ public NestingLevel setGlyphSymbol(java.lang.String glyphSymbol) {
197197 }
198198
199199 /**
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
201201 * glyph type determines the type of glyph used to replace placeholders within the glyph_format
202202 * when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
203203 * 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
205205 * within the list.
206206 * @return value or {@code null} for none
207207 */
@@ -210,11 +210,11 @@ public java.lang.String getGlyphType() {
210210 }
211211
212212 /**
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
214214 * glyph type determines the type of glyph used to replace placeholders within the glyph_format
215215 * when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
216216 * 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
218218 * within the list.
219219 * @param glyphType glyphType or {@code null} for none
220220 */
0 commit comments