From db6417d8719226456c66d21c86f84919e4f2a6a2 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Fri, 20 Dec 2019 15:00:54 +0200 Subject: [PATCH] typescript(option): docs: fixed the fromNullable section not beeing in the table of contents Signed-off-by: prescientmoon --- typescript/option/docs/main.md | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/option/docs/main.md b/typescript/option/docs/main.md index 7609ce1..2d30523 100644 --- a/typescript/option/docs/main.md +++ b/typescript/option/docs/main.md @@ -17,6 +17,7 @@ - [fold](#Fold) - [foldback](#Foldback) - [forall](#Forall) +- [fromNullable](#FromNullable) - [fromArray](#FromArray) # General