Index: trunk/parsers/wikidom/lib/hype/models/es.DocumentModel.js |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | * Mapping of symbolic names and nesting rules. |
39 | 39 | * |
40 | 40 | * Each rule is an object with a parents and children property. Each of these properties may contain |
41 | | - * one of three possible values: |
| 41 | + * one of two possible values: |
42 | 42 | * Array - List of allowed element types (if empty, no elements will be allowed) |
43 | 43 | * Null - Any element type is allowed (as long as the other element also allows it) |
44 | 44 | * |