From 43ecf9cc7dac36706a2033ce04ec1593ad628c0a Mon Sep 17 00:00:00 2001 From: szTheory Date: Wed, 25 Oct 2023 04:36:49 +0000 Subject: [PATCH] Typo fix in comment: lib/sqlite3/database.rb --- lib/sqlite3/database.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlite3/database.rb b/lib/sqlite3/database.rb index 73b03b9f..23d8c7f1 100644 --- a/lib/sqlite3/database.rb +++ b/lib/sqlite3/database.rb @@ -18,7 +18,7 @@ module SQLite3 # end # end # - # It wraps the lower-level methods provides by the selected driver, and + # It wraps the lower-level methods provided by the selected driver, and # includes the Pragmas module for access to various pragma convenience # methods. #