doc/entities.md in power_stencil-0.3.5 vs doc/entities.md in power_stencil-0.3.6

- old
+ new

@@ -31,11 +31,11 @@ - [is_hash](#is_hash) - [not_null](#not_null) - [not_empty](#not_empty) - [should_match](#should_match) - [class_name](#class_name) - - [buildable / buildable_by](#buildable--buildable_by) + - [buildable and buildable_by](#buildable-and-buildable_by) - [Module you could include in your entity types](#module-you-could-include-in-your-entity-types) - [Adding functional code](#adding-functional-code) <!-- /TOC --> [:back:][Documentation root] @@ -906,10 +906,10 @@ ``` `class_name` supports actually both a class (like here) or a class name. :warning: Use this one with caution, as it does not test anything regarding inheritance... -### buildable / buildable_by +### buildable and buildable_by One of the most important directives ! More information is provided in the [builds] documentation, but basically this defines an `entity_type` as a potential target for the build process. Most probably you will use `buildable`, `buildable_by` being used in the context of [plugins]. \ No newline at end of file