From 5d8dc80c92b7860e2d016ba82848ca974c7af3ad Mon Sep 17 00:00:00 2001 From: Drew Caddell <30807215+dcaddell@users.noreply.github.com> Date: Thu, 15 Oct 2020 11:27:24 -0700 Subject: [PATCH] TECH-4819: Use ruby comments in README.md code block Co-authored-by: James Ebentier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f49a4fa..6d21285 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Behaves the same as `ActiveRecord::ConnectionAdapters::EMMysql2Adapter` but with ```ruby connection = FiberedMysql2::FiberedMysql2Adapter.new(client, logger, options, config) connection.lease -connection.expire // Rails 5+ only +connection.expire # Rails 5+ only ``` ## Development