Skip to content

Commit 66d2408

Browse files
authored
docs/src/extensions/all-extensions: escape isDesktop || isLaptop
1 parent e545be4 commit 66d2408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/extensions/all-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This section describes all official Denix extensions.
9090
| Name | Default Value | Description |
9191
| - | - | - |
9292
| `enable` | `true` | Whether to create an enum option `type` in the host submodule |
93-
| `generateIsType` | `true` | Whether to generate a boolean option for each value in `hosts.type.types`, formatted as `"is{Type}"`. Also creates `"isPC"`, with a value of `isDesktop || isLaptop` |
93+
| `generateIsType` | `true` | Whether to generate a boolean option for each value in `hosts.type.types`, formatted as `"is{Type}"`. Also creates `"isPC"`, with a value of `isDesktop \|\| isLaptop` |
9494
| `types` | `["desktop" "laptop" "server"]` | All allowed values for the `type` option in the host submodule. Note: to append to the list rather than overwrite it, use: `types = prev.types ++ ["newType"];` |
9595

9696
`hosts.features`

0 commit comments

Comments
 (0)