aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/rtree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rtree.mli')
-rw-r--r--lib/rtree.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rtree.mli b/lib/rtree.mli
index 02112428c..80523d588 100644
--- a/lib/rtree.mli
+++ b/lib/rtree.mli
@@ -20,7 +20,7 @@ val mk_node : 'a -> 'a t array -> 'a t
val mk_rec : 'a t array -> 'a t array
(* [lift k t] increases of [k] the free parameters of [t]. Needed
- to avoid captures when a tree appears under mk_rec *)
+ to avoid captures when a tree appears under [mk_rec] *)
val lift : int -> 'a t -> 'a t
val map : ('a -> 'b) -> 'a t -> 'b t