From 8cd470b56e4802bc00bc8273a887594799a0ea5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Aulery?= Date: Sun, 27 Dec 2020 12:36:00 +0100 Subject: [PATCH] doc: sync the table of contents (#7591) --- doc/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index 0fe01b3a4b..37a1ba20e2 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -73,9 +73,9 @@ Anything you can do in other languages, you can do in V. * [Writing documentation](#writing-documentation) * [Tools](#tools) - * [vfmt](#vfmt) + * [v fmt](#v-fmt) * [Profiling](#profiling) -* [Advanced](#advanced) +* [Advanced Topics](#advanced-topics) * [Memory-unsafe code](#memory-unsafe-code) * [Calling C functions from V](#calling-c-functions-from-v) * [Debugging generated C code](#debugging-generated-c-code)