From c96e5a44f87f30b23346b6322c81561edd2f2fa4 Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Tue, 26 Apr 2022 18:57:34 +0300 Subject: [PATCH] Fix bls12_381 anchor in the stdlib docs --- 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 d0ba1c0..f1f18de 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -32,7 +32,7 @@ include "List.aes" ``` - [Bitwise](#bitwise) -- [BLS12_381](bls12_381) +- [BLS12_381](#bls12_381) - [Func](#func) - [Frac](#frac) - [List](#list) @@ -2491,4 +2491,4 @@ Cyclic rotation of the elements to the right. Triple.rotl(t : ('a * 'b * 'c)) : ('b * 'c * 'a) ``` -Cyclic rotation of the elements to the left. \ No newline at end of file +Cyclic rotation of the elements to the left.