@@ -159,9 +159,9 @@ class Specification {
159
159
160
160
/* === Attributes === */
161
161
/**
162
- * Get the ID of this specification.
162
+ * Gets the ID of this specification.
163
163
*
164
- * <p><b>Note: </b>Only to be used in special occasions as it specific to the provider that was used and does
164
+ * <p><b>Note: </b>Only to be used for special occasions as it is specific to the provider that was used and does
165
165
* not necessarily represent something defined by the project.</p>
166
166
*
167
167
* For general purposes of a unique identifier use
@@ -175,7 +175,7 @@ class Specification {
175
175
}
176
176
177
177
/**
178
- * Get the name of this specification. Represents a unique identifier.
178
+ * Gets the name of this specification. Represents a unique identifier.
179
179
*
180
180
* @public
181
181
* @returns {string } Specification name
@@ -185,7 +185,7 @@ class Specification {
185
185
}
186
186
187
187
/**
188
- * Get the kind of this specification, for example <code>project</code> or <code>extension</code>
188
+ * Gets the kind of this specification, for example <code>project</code> or <code>extension</code>
189
189
*
190
190
* @public
191
191
* @returns {string } Specification kind
@@ -195,7 +195,7 @@ class Specification {
195
195
}
196
196
197
197
/**
198
- * Get the type of this specification,
198
+ * Gets the type of this specification,
199
199
* for example <code>application</code> or <code>library</code> in case of projects,
200
200
* and <code>task</code> or <code>server-middleware</code> in case of extensions
201
201
*
@@ -217,7 +217,7 @@ class Specification {
217
217
}
218
218
219
219
/**
220
- * Get the specification's generic version, as typically defined in a <code>package.json</code>
220
+ * Gets the specification's generic version, as typically defined in a <code>package.json</code>
221
221
*
222
222
* @public
223
223
* @returns {string } Project version
@@ -227,7 +227,7 @@ class Specification {
227
227
}
228
228
229
229
/**
230
- * Get the specification's file system path. This might not be POSIX-style on some platforms
230
+ * Gets the specification's file system path. This might not be POSIX-style on some platforms
231
231
*
232
232
* @public
233
233
* @returns {string } Project root path
@@ -238,7 +238,7 @@ class Specification {
238
238
239
239
/* === Resource Access === */
240
240
/**
241
- * Get a [ReaderCollection]{@link @ui5/fs/ReaderCollection } for the root directory of the specification.
241
+ * Gets a [ReaderCollection]{@link @ui5/fs/ReaderCollection } for the root directory of the specification.
242
242
* Resource readers always use POSIX-style
243
243
*
244
244
* @public
0 commit comments