From 28161b7c884d4e780775657ad32f0f2b26294b2f Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 6 Jan 2014 09:07:44 -0200 Subject: Fix typo [ci skip] --- .../lib/active_record/connection_adapters/connection_specification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/connection_adapters/connection_specification.rb b/activerecord/lib/active_record/connection_adapters/connection_specification.rb index 049768effc..b316107e37 100644 --- a/activerecord/lib/active_record/connection_adapters/connection_specification.rb +++ b/activerecord/lib/active_record/connection_adapters/connection_specification.rb @@ -79,7 +79,7 @@ module ActiveRecord end # Returns name of the database. - # Sqlite3 expects this to be a full path or `:memory`. + # Sqlite3 expects this to be a full path or `:memory:`. def database if @adapter == 'sqlite3' if '/:memory:' == uri.path -- cgit v1.2.3