Skip to content

Commit e75f348

Browse files
author
Colin McDonnell
committed
Add brand to toc
1 parent af086b6 commit e75f348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
- [Instanceof](#instanceof)
9191
- [Function schemas](#function-schemas)
9292
- [Preprocess](#preprocess)
93-
- [Branded types](#branded-types)
9493
- [Schema methods](#schema-methods)
9594
- [.parse](#parse)
9695
- [.parseAsync](#parseasync)
@@ -107,6 +106,7 @@
107106
- [.promise](#promise)
108107
- [.or](#or)
109108
- [.and](#and)
109+
- [.brand](#brand)
110110
- [Guides and concepts](#guides-and-concepts)
111111
- [Type inference](#type-inference)
112112
- [Writing generic functions](#writing-generic-functions)

deno/lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
- [Instanceof](#instanceof)
9191
- [Function schemas](#function-schemas)
9292
- [Preprocess](#preprocess)
93-
- [Branded types](#branded-types)
9493
- [Schema methods](#schema-methods)
9594
- [.parse](#parse)
9695
- [.parseAsync](#parseasync)
@@ -107,6 +106,7 @@
107106
- [.promise](#promise)
108107
- [.or](#or)
109108
- [.and](#and)
109+
- [.brand](#brand)
110110
- [Guides and concepts](#guides-and-concepts)
111111
- [Type inference](#type-inference)
112112
- [Writing generic functions](#writing-generic-functions)

0 commit comments

Comments
 (0)