Skip to content

Commit

Permalink
revise: add ✨ to titles
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 18, 2025
1 parent 0225879 commit 412fd7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Revisions to this specification are made periodically in order to correct errors
- [Map\[P, Y\]](#mapp-y)
- [🗑 Object](#-object)
- [Custom Types (Structs)](#custom-types-structs)
- [Enumeration Types (Enums)](#enumeration-types-enums)
- [Enumeration Types (Enums)](#-enumeration-types-enums)
- [Hidden and Scoped Types](#hidden-and-scoped-types)
- [`Union` (Hidden Type)](#union-hidden-type)
- [`hints`, `input`, and `output` (Scoped Types)](#hints-input-and-output-scoped-types)
Expand Down Expand Up @@ -74,7 +74,7 @@ Revisions to this specification are made periodically in order to correct errors
- [WDL Documents](#wdl-documents)
- [Versioning](#versioning)
- [Struct Definition](#struct-definition)
- [Enum Definition](#enum-definition)
- [Enum Definition](#-enum-definition)
- [Enum Usage](#enum-usage)
- [Import Statements](#import-statements)
- [Import URIs](#import-uris)
Expand Down Expand Up @@ -199,8 +199,8 @@ Revisions to this specification are made periodically in order to correct errors
- [`contains_key`](#-contains_key)
- [`values`](#-values)
- [`collect_by_key`](#collect_by_key)
- [Enum Functions](#enum-functions)
- [`variants`](#variants)
- [Enum Functions](#enum-functions)
- [`variants`](#variants)
- [Other Functions](#other-functions)
- [`defined`](#defined)
- [`length`](#length)
Expand Down Expand Up @@ -11304,7 +11304,7 @@ Example output:
</p>
</details>

## Enum Functions
## Enum Functions

### `variants`

Expand Down

0 comments on commit 412fd7e

Please sign in to comment.