浏览代码

Improving comments

Richard Knight 6 年之前
父节点
当前提交
573050157b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/dynaform/services/dynaform.service.ts

+ 1 - 1
src/app/dynaform/services/dynaform.service.ts

@@ -24,7 +24,7 @@
  * build(model)				- build everything from the model
  * build({}, meta)			- build everything from the metadata
  * build(model, meta)		- build by combining the model with metadata, lazyily (not every model field needs metadata, as sensible defaults)
- * build(model, meta, true)	- build by combing model with metadata, creating new fields from metadata points not in the model
+ * build(model, meta, true)	- build by combining model with metadata, creating new fields from metadata points not in the model
  *
  *
  * LOWER-LEVEL METHODS