doc: valign=top

pull/5520/head
Alexander Medvednikov 2020-06-26 20:01:30 +02:00 committed by GitHub
parent b8d2208c7a
commit 195f4d0911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ you can do in V.
## Table of Contents
<table>
<tr><td width=33%>
<tr><td width=33% valign=top>
* [Hello world](#hello-world)
* [Comments](#comments)
@ -41,7 +41,7 @@ you can do in V.
* [Methods](#methods)
* [println](#println)
</td><td width=33%>
</td><td width=33% valign=top>
* [Functions 2](#functions-2)
* [Pure functions by default](#pure-functions-by-default)
@ -65,7 +65,7 @@ you can do in V.
* [vfmt](#vfmt)
* [Profiling](#profiling)
</td><td>
</td><td valign=top>
* [Advanced](#advanced)
* [Calling C functions from V](#calling-c-functions-from-v)