Skip to content

Commit fad4dcc

Browse files
committed
Rename YAML interface to Yaml
1 parent 97f053f commit fad4dcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1265,18 +1265,18 @@ type TableContent = TableRow
12651265

12661266
The following interfaces are found with YAML.
12671267

1268-
#### `YAML`
1268+
#### `Yaml`
12691269

12701270
```idl
1271-
interface YAML <: Literal {
1271+
interface Yaml <: Literal {
12721272
type: 'yaml'
12731273
}
12741274
```
12751275

1276-
**YAML** ([**Literal**][dfn-literal]) represents a collection of metadata for
1276+
**Yaml** ([**Literal**][dfn-literal]) represents a collection of metadata for
12771277
the document in the YAML ([\[YAML\]][yaml]) data serialisation language.
12781278

1279-
**YAML** can be used where [**frontmatter**][dfn-frontmatter-content] content is
1279+
**Yaml** can be used where [**frontmatter**][dfn-frontmatter-content] content is
12801280
expected.
12811281
Its content is represented by its `value` field.
12821282

@@ -1297,7 +1297,7 @@ Yields:
12971297
#### `FrontmatterContent`
12981298

12991299
```idl
1300-
type FrontmatterContent = YAML
1300+
type FrontmatterContent = Yaml
13011301
```
13021302

13031303
**Frontmatter** content represent out-of-band information about the document.

0 commit comments

Comments
 (0)