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:
parent
c904c9178d
commit
6b431b18f5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user