Skip to content

Commit 0771139

Browse files
authored
Merge pull request #421 from szTheory/patch-1
Typo fix in comment: lib/sqlite3/database.rb
2 parents 6775c84 + 43ecf9c commit 0771139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlite3/database.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module SQLite3
1818
# end
1919
# end
2020
#
21-
# It wraps the lower-level methods provides by the selected driver, and
21+
# It wraps the lower-level methods provided by the selected driver, and
2222
# includes the Pragmas module for access to various pragma convenience
2323
# methods.
2424
#

0 commit comments

Comments
 (0)