From 5b0bccf87e5b5a60024e6c1726841ece335b341d Mon Sep 17 00:00:00 2001 From: Jianmin Zhao Date: Fri, 12 Jun 2026 16:46:05 -0700 Subject: [PATCH] CBL-8466: Unclosed back tick in FLMutable.h --- API/fleece/FLMutable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/fleece/FLMutable.h b/API/fleece/FLMutable.h index 1e197a22..dd6a7e4e 100644 --- a/API/fleece/FLMutable.h +++ b/API/fleece/FLMutable.h @@ -349,7 +349,7 @@ extern "C" { /** \defgroup builder Fleece Formatted Value Builder @{ These functions use the `printf` idiom to make it convenient to create structured Fleece - values in memory with one call. They create or modify a `FLMutableArray` or `FLMutableDict + values in memory with one call. They create or modify a `FLMutableArray` or `FLMutableDict` by reading the given format string and the following arguments. The format string is basically JSON5, except that any value in it may be a printf-style