From 1ed483ecde5de7796466f42d34a03f3aeba3d26c Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 8 May 2022 19:11:21 +0000 Subject: [PATCH] codegen taskchampion.h --- rust/lib/taskchampion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/lib/taskchampion.h b/rust/lib/taskchampion.h index c5a1eddf2..4286e705f 100644 --- a/rust/lib/taskchampion.h +++ b/rust/lib/taskchampion.h @@ -631,7 +631,7 @@ void tc_server_free(struct TCServer *server); * * For example: * - * ``` + * ```text * char *url = get_item_url(..); // dynamically allocate C string * tc_task_annotate(task, tc_string_borrow(url)); // TCString created, passed, and freed * free(url); // string is no longer referenced and can be freed