Commit 87538bf
authored
Fix warning about version >= 3.41.0 requirement
Current message states that SQLite version needs to be below 3.41.0 for 2nd parameter when in fact it needs to be at or above.
* Change messaging to be at or above as that is the requirement set in the parent if statement
* Update minor grammatical issue
Closes asg017#111 parent 14837c8 commit 87538bf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
949 | | - | |
950 | | - | |
| 949 | + | |
| 950 | + | |
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
| |||
0 commit comments