From da06eb2cb31773bafb3b3e8acd9f4e59a46426d5 Mon Sep 17 00:00:00 2001 From: "Alex Rattray (Stripe)" Date: Tue, 26 Nov 2019 20:52:12 +0800 Subject: [PATCH] Fix non-hash comment in README (#883) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1234587e..2f680862 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ retries are safe. Open and read timeouts are configurable: ```ruby -Stripe.open_timeout = 30 // in seconds +Stripe.open_timeout = 30 # in seconds Stripe.read_timeout = 80 ```