From 028b12ddc6c6a478207744057b6817b4abdfe0b2 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Wed, 4 Aug 2021 13:56:51 +0300 Subject: [PATCH] Fix the link to Set stdlib section --- docs/sophia_stdlib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 17157dc..4503d95 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -39,7 +39,7 @@ include "List.aes" - [Triple](#Triple) - [BLS12_381](#BLS12_381) - [Frac](#Frac) -- [Set](#Set) +- [Set](#set-stdlib) # Builtin namespaces @@ -2266,7 +2266,7 @@ accept arbitrary `frac`s from the surface you should report it as a If you expect getting calls with malformed `frac`s in your contract, you should use this function to verify the input. -## Set +## Set ### Types