diff options
| author | 2021-01-03 14:10:38 +0100 | |
|---|---|---|
| committer | 2021-01-03 14:10:42 +0100 | |
| commit | 2fad97c7159d41df2f1f62423281f7dc95b5962d (patch) | |
| tree | 3f7ac19796bd24a288851c47a5a8d990926f50bb | |
| parent | readme: fix code examples (diff) | |
| download | zig-sqlite-2fad97c7159d41df2f1f62423281f7dc95b5962d.tar.gz zig-sqlite-2fad97c7159d41df2f1f62423281f7dc95b5962d.tar.xz zig-sqlite-2fad97c7159d41df2f1f62423281f7dc95b5962d.zip | |
readme: remove obsolete statement
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -61,7 +61,7 @@ try db.init(.{ | |||
| 61 | }); | 61 | }); |
| 62 | ``` | 62 | ``` |
| 63 | 63 | ||
| 64 | The `init` method takes an allocator and a `InitOptions` struct which will be used to configure sqlite. | 64 | The `init` method takes a `InitOptions` struct which will be used to configure sqlite. |
| 65 | 65 | ||
| 66 | Only the `mode` field is mandatory, the other fields have sane default values. | 66 | Only the `mode` field is mandatory, the other fields have sane default values. |
| 67 | 67 | ||