tutorials: align content with code (#9250)
parent
04c4f16f75
commit
f276280d79
|
@ -220,9 +220,9 @@ import sqlite
|
||||||
import vweb
|
import vweb
|
||||||
|
|
||||||
struct App {
|
struct App {
|
||||||
pub mut:
|
vweb.Context
|
||||||
vweb vweb.Context
|
mut:
|
||||||
db sqlite.DB
|
db sqlite.DB
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue