Skip to content

Commit 7ca84ec

Browse files
authored
improve sentence
1 parent 298b80a commit 7ca84ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ db := TSQLiteDb.create();
6767
db.connect('', 'your_data.db', '', '', 0);
6868
```
6969

70-
It will open database connection which is stored in `your_data.db` file.
70+
It will open database which is stored in `your_data.db` file.
7171

7272
### ODBC
7373

@@ -240,4 +240,4 @@ You may find thing does not work due to missing library for example you [do not
240240
- [TPostgreSqlDb class](https://github.com/fanoframework/fano/blob/master/src/Db/Rdbms/Implementations/PostgreSql/PostgreSqlDbImpl.pas).
241241
- [TFirebirdDb class](https://github.com/fanoframework/fano/blob/master/src/Db/Rdbms/Implementations/Firebird/FirebirdDbImpl.pas).
242242
- [TOdbcDb ckass](https://github.com/fanoframework/fano/blob/master/src/Db/Rdbms/Implementations/Odbc/OdbcDbImpl.pas).
243-
- [TSQLiteDb class](https://github.com/fanoframework/fano/blob/master/src/Db/Rdbms/Implementations/SQLite/SQLiteDbImpl.pas).
243+
- [TSQLiteDb class](https://github.com/fanoframework/fano/blob/master/src/Db/Rdbms/Implementations/SQLite/SQLiteDbImpl.pas).

0 commit comments

Comments
 (0)