1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

doc: fix custom-print-of-types section link (#7764)

Fix custom types anchor link
This commit is contained in:
Dialga 2021-01-02 00:34:29 +13:00 committed by GitHub
parent 9ac237d9c0
commit 4bdeb761de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ Anything you can do in other languages, you can do in V.
* [Modules](#modules)
* [Constants](#constants)
* [Builtin functions](#builtin-functions)
* [Printing custom types](#printing-custom-types)
* [Printing custom types](#custom-print-of-types)
* [Types 2](#types-2)
* [Interfaces](#interfaces)
* [Enums](#enums)