From 86bdb730e4e43d1ce08a95e0b9eed34f5f7b850c Mon Sep 17 00:00:00 2001 From: Libo Shen Date: Tue, 20 Oct 2020 20:31:28 +0100 Subject: [PATCH] Fix documentation link --- src/Relude.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Relude.re b/src/Relude.re index 1e169782..cea24cf4 100644 --- a/src/Relude.re +++ b/src/Relude.re @@ -13,7 +13,7 @@ the [Array] module provided by the OCaml stdlib. In many cases, however, you {e will} want to shadow the existing stdlib modules with their Relude equivalents. In this case, you could [open Relude;] but doing so may shadow more than you want (e.g. the [Js] module provided by BuckleScript -will also be shadowed). See {{: ../Relude_Globals} [Relude.Globals]} for a +will also be shadowed). See {{: Relude_Globals} [Relude.Globals]} for a better solution. |} ];