Skip to content

Commit 31cdcbe

Browse files
glyhdannywillems
authored andcommitted
Nit(Disk Cache Test Lib): fix up remove_data_on_gc doc comment
1 parent a4a8844 commit 31cdcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/disk_cache/test_lib/disk_cache_test_lib.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module type S = sig
2323

2424
val initialization_special_cases : unit -> unit
2525

26-
(** [remove_data_on_gc_impl ?gc_strict ())] test behavior of cache on GC.
26+
(** [remove_data_on_gc ?gc_strict ())] test behavior of cache on GC.
2727
If [gc_strict] is set to [false], then we won't check if the cache is
2828
empty after GC.
2929
*)

0 commit comments

Comments
 (0)