Skip to content

Commit c63fe33

Browse files
committed
revise: add ✨ to titles
1 parent 0225879 commit c63fe33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SPEC.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Revisions to this specification are made periodically in order to correct errors
3939
- [Map\[P, Y\]](#mapp-y)
4040
- [🗑 Object](#-object)
4141
- [Custom Types (Structs)](#custom-types-structs)
42-
- [Enumeration Types (Enums)](#enumeration-types-enums)
42+
- [Enumeration Types (Enums)](#-enumeration-types-enums)
4343
- [Hidden and Scoped Types](#hidden-and-scoped-types)
4444
- [`Union` (Hidden Type)](#union-hidden-type)
4545
- [`hints`, `input`, and `output` (Scoped Types)](#hints-input-and-output-scoped-types)
@@ -74,7 +74,7 @@ Revisions to this specification are made periodically in order to correct errors
7474
- [WDL Documents](#wdl-documents)
7575
- [Versioning](#versioning)
7676
- [Struct Definition](#struct-definition)
77-
- [Enum Definition](#enum-definition)
77+
- [Enum Definition](#-enum-definition)
7878
- [Enum Usage](#enum-usage)
7979
- [Import Statements](#import-statements)
8080
- [Import URIs](#import-uris)
@@ -199,8 +199,8 @@ Revisions to this specification are made periodically in order to correct errors
199199
- [`contains_key`](#-contains_key)
200200
- [`values`](#-values)
201201
- [`collect_by_key`](#collect_by_key)
202-
- [Enum Functions](#enum-functions)
203-
- [`variants`](#variants)
202+
- [Enum Functions](#-enum-functions)
203+
- [`variants`](#-variants)
204204
- [Other Functions](#other-functions)
205205
- [`defined`](#defined)
206206
- [`length`](#length)
@@ -11304,7 +11304,7 @@ Example output:
1130411304
</p>
1130511305
</details>
1130611306

11307-
## Enum Functions
11307+
## Enum Functions
1130811308

1130911309
### `variants`
1131011310

0 commit comments

Comments
 (0)