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