From f6891c405ac39955e500a8e3c080bf011adaf886 Mon Sep 17 00:00:00 2001 From: kahsa Date: Thu, 24 Feb 2022 17:51:10 +0900 Subject: [PATCH] doc: fix header size (#13594) --- doc/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docs.md b/doc/docs.md index 0ba30d849c..384a9a8542 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -2082,7 +2082,7 @@ fn main() { This means that defining public readonly fields is very easy in V. -## Methods +### Methods ```v struct User { @@ -4729,7 +4729,7 @@ surrounding code). * Note: This is work in progress. -### Structs with reference fields +## Structs with reference fields Structs with references require explicitly setting the initial value to a reference value unless the struct already defines its own initial value.