Fix the link to Set stdlib section

This commit is contained in:
Gaith Hallak 2021-08-04 13:56:51 +03:00
parent ed1c74cdcf
commit 028b12ddc6

View File

@ -39,7 +39,7 @@ include "List.aes"
- [Triple](#Triple) - [Triple](#Triple)
- [BLS12_381](#BLS12_381) - [BLS12_381](#BLS12_381)
- [Frac](#Frac) - [Frac](#Frac)
- [Set](#Set) - [Set](#set-stdlib)
# Builtin namespaces # 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 If you expect getting calls with malformed `frac`s in your contract, you should use
this function to verify the input. this function to verify the input.
## Set ## <a name='set-stdlib'>Set</a>
### Types ### Types