summaryrefslogtreecommitdiff
path: root/utils/local_store.mli
diff options
context:
space:
mode:
authorJules Aguillon <jules@j3s.fr>2022-01-28 15:53:19 +0100
committerJules Aguillon <jules@j3s.fr>2022-01-28 16:09:10 +0100
commit87a2eb40d020f5290f4bed8cb2b3dddb4f0ade58 (patch)
tree4a7fea92e8dd6d3a114e6fc6e02effe40082bf8c /utils/local_store.mli
parentce478b19c4cf358c0a030019e95dbfbd57158221 (diff)
downloadocaml-87a2eb40d020f5290f4bed8cb2b3dddb4f0ade58.tar.gz
Use ocamldoc reference syntax
Co-authored-by: Florian Angeletti <florian.angeletti@inria.fr>
Diffstat (limited to 'utils/local_store.mli')
-rw-r--r--utils/local_store.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/local_store.mli b/utils/local_store.mli
index 928f426fc3..430f67f21b 100644
--- a/utils/local_store.mli
+++ b/utils/local_store.mli
@@ -23,7 +23,7 @@
(** {1 Creators} *)
val s_ref : 'a -> 'a ref
-(** Similar to {!val-ref}, except the allocated reference is registered into
+(** Similar to {!val:ref}, except the allocated reference is registered into
the store. *)
val s_table : ('a -> 'b) -> 'a -> 'b ref