From 8897cc6cbdf6cbc77c59c0bf868534e6884e92c4 Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Tue, 26 Apr 2022 20:10:11 +0300 Subject: [PATCH] Fix bls12_381 anchor in the stdlib docs (#376) --- 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.