Explorar o código

Improving comments

Richard Knight %!s(int64=6) %!d(string=hai) anos
pai
achega
573050157b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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