From ba55ca80346293badcd98c78a38d687c1c5ecd42 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 12 Aug 2026 14:54:41 -0500 Subject: T9231: change option name from recurse to descent The term 'recurse' has other uses; change to the term 'descent', which more aptly describes 'including descendants of a node'. --- src/diff.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff.mli') diff --git a/src/diff.mli b/src/diff.mli index 41ae523..1b021bd 100644 --- a/src/diff.mli +++ b/src/diff.mli @@ -5,7 +5,7 @@ exception Empty_comparison module type Place = sig type t - val diff_func : ?recurse:bool -> string list -> t -> change -> t + val diff_func : ?descent:bool -> string list -> t -> change -> t end module Diff : functor (P: Place) -> sig -- cgit v1.2.3