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

vweb.tmpl: fix a little typo (#8704)

This commit is contained in:
StunxFS 2021-02-12 14:06:37 -04:00 committed by GitHub
parent c904c9178d
commit 6b431b18f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Some directives begin contains a `{}` block, others only have `''` (string) para
More on the directives itself.
Newlines on the beginning and end are ignored in `{}` blocks,
otherwise this (see [if](##if) for this syntax):
otherwise this (see [if](#if) for this syntax):
```html
@if bool_val {
<span>This is shown if bool_val is true</span>