[IMP] doc: incorrect value documented

closes #3761
This commit is contained in:
Henri-Maxime Ducoulombier 2014-11-19 16:24:28 +01:00 committed by Xavier Morel
parent 6bbc21b906
commit 53bfc709e7
1 changed files with 3 additions and 3 deletions

View File

@ -85,8 +85,8 @@ There are three types of inheritance specs:
* any other element, the first element with the same name and identical * any other element, the first element with the same name and identical
attributes (ignoring ``position``) is matched attributes (ignoring ``position``) is matched
The inheritance spec can an optional ``position`` attribute specifhing how The inheritance spec may have an optional ``position`` attribute specifying
the matched node should be altered: how the matched node should be altered:
``inside`` (default) ``inside`` (default)
the content of the inheritance spec is appended to the matched node the content of the inheritance spec is appended to the matched node
@ -98,7 +98,7 @@ the matched node should be altered:
``before`` ``before``
the content of the inheritance spec is added to the matched node's the content of the inheritance spec is added to the matched node's
parent, before the matched node parent, before the matched node
``attribute`` ``attributes``
the content of the inheritance spec should be ``attribute`` elements the content of the inheritance spec should be ``attribute`` elements
with a ``name`` attribute and an optional body: with a ``name`` attribute and an optional body: