From ca76336a551f59ef538708c63b1886a44136eb86 Mon Sep 17 00:00:00 2001 From: krahets Date: Wed, 3 May 2023 18:30:25 +0800 Subject: [PATCH] Fix C code in quick_sort.md --- docs/chapter_sorting/quick_sort.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/chapter_sorting/quick_sort.md b/docs/chapter_sorting/quick_sort.md index 72bbd941e..fa042b468 100755 --- a/docs/chapter_sorting/quick_sort.md +++ b/docs/chapter_sorting/quick_sort.md @@ -88,6 +88,8 @@ === "C" ```c title="quick_sort.c" + [class]{}-[func]{swap} + [class]{}-[func]{partition} ```