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

doc: minor fix (#16164)

This commit is contained in:
kahsa 2022-10-23 20:30:59 +09:00 committed by GitHub
parent 2d08c7b629
commit 00bd7b621d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4989,8 +4989,7 @@ assert __offsetof(Foo, b) == 4
## Calling C from V ## Calling C from V
### Example **Example**
```v ```v
#flag -lsqlite3 #flag -lsqlite3
#include "sqlite3.h" #include "sqlite3.h"