We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@return
1 parent 93d3527 commit 3f4c79bCopy full SHA for 3f4c79b
1 file changed
packages/angular_devkit/core/src/json/schema/registry.ts
@@ -224,7 +224,7 @@ export class CoreSchemaRegistry implements SchemaRegistry {
224
* See: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.appendix.B.2
225
*
226
* @param schema The schema or URI to flatten.
227
- * @returns An Observable of the flattened schema object.
+ * @return A Promise that resolves to the flattened schema object.
228
* @private since 11.2 without replacement.
229
*/
230
async ɵflatten(schema: JsonObject): Promise<JsonObject> {
0 commit comments