tutorials: align content with code (#9250)

pull/9257/head
Joe Maddalone 2021-03-11 14:44:07 -06:00 committed by GitHub
parent 04c4f16f75
commit f276280d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -220,9 +220,9 @@ import sqlite
import vweb
struct App {
pub mut:
vweb vweb.Context
db sqlite.DB
vweb.Context
mut:
db sqlite.DB
}
```