Skip to content

Commit 5a8c374

Browse files
authored
Merge pull request #33 from ppival/patch-9
Fix typos and punctuation in SQLite Data Structure doc
2 parents e32a220 + c829f58 commit 5a8c374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/doc/en/7.4.-SQlite-Data-Structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Should contain one row.
220220

221221
**id** _integer_ A unique auto-number.
222222

223-
**name** _text_ The name with fileextension of the file. The file extension helps to determine if hte file is text, image or A/V. If the file has '.transcribed' as a suffix it is associated with the matching A/V file.
223+
**name** _text_ The name with fileextension of the file. The file extension helps to determine if the file is text, image, or A/V. If the file has '.transcribed' as a suffix, it is associated with the matching A/V file.
224224

225225
**fulltext** _text_ The fulltext of a text file, in UTF-8 encoding. Null if an image or A/V file.
226226

@@ -236,7 +236,7 @@ Should contain one row.
236236

237237

238238

239-
If the mediapath is empty it is an internally stored text file within the project folder.
239+
If the mediapath is empty, it is an internally stored text file within the project folder.
240240

241241
If the mediapath begins with 'docs:' it is a link to an external text file. The fulltext will still be loaded into 'fulltext' for use.
242242

0 commit comments

Comments
 (0)