diff --git a/docs/en/5-templates-syntax.md b/docs/en/5-templates-syntax.md index 6accc729..3b19442e 100644 --- a/docs/en/5-templates-syntax.md +++ b/docs/en/5-templates-syntax.md @@ -569,7 +569,7 @@ More information about [apply()](7-runtime.md#apply). ## BEMTREE -Only the [def](#def) and [content](#content) modes are used by the BEMTREE engine. User-defined modes can also be used. The other modes described in the documentation above can only be used in BEMHTML. +Only the [def](#def), [content](#content), [replace](#replace) and [wrap](#wrap) modes are used by the BEMTREE engine. User-defined modes can also be used. The other modes described in the documentation above can only be used in BEMHTML. *** diff --git a/docs/ru/5-templates-syntax.md b/docs/ru/5-templates-syntax.md index bec0a421..3396ecba 100644 --- a/docs/ru/5-templates-syntax.md +++ b/docs/ru/5-templates-syntax.md @@ -564,7 +564,8 @@ block('control')( ## BEMTREE -Движком BEMTREE используются только режимы [def](#def) и [content](#content). Пользовательские режимы тоже могут быть использованы. Остальные режимы, описанные в документации выше, применимы только к BEMHTML. +Движком BEMTREE используются только режимы [def](#def), [content](#content) и +режимы-хелперы [replace](#replace) и [wrap](#wrap). Пользовательские режимы тоже могут быть использованы. Остальные режимы, описанные в документации выше, применимы только к BEMHTML. ***