From bb80864914a79b1a9dc2d897e56d1d135324b638 Mon Sep 17 00:00:00 2001 From: Sho Hashimoto Date: Wed, 9 Jan 2019 00:18:18 +0900 Subject: [PATCH] Fix a typo. --- lib/json/add/ostruct.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/json/add/ostruct.rb b/lib/json/add/ostruct.rb index e064c85ff..686cf0025 100644 --- a/lib/json/add/ostruct.rb +++ b/lib/json/add/ostruct.rb @@ -23,7 +23,7 @@ def as_json(*) } end - # Stores class name (OpenStruct) with this struct's values v as a + # Stores class name (OpenStruct) with this struct's values t as a # JSON string. def to_json(*args) as_json.to_json(*args)