From da666770616728875f9d3b79878c50f8cd0a84fa Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Wed, 27 Nov 2013 12:56:08 +0000 Subject: * lib/irb/notifier.rb: [Doc] Fix typo * ext/json/lib/json/common.rb: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/json/lib/json/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json') diff --git a/ext/json/lib/json/common.rb b/ext/json/lib/json/common.rb index e24f637f61..8fbaa2baad 100644 --- a/ext/json/lib/json/common.rb +++ b/ext/json/lib/json/common.rb @@ -448,7 +448,7 @@ module ::Kernel nil end - # Ouputs _objs_ to STDOUT as JSON strings in a pretty format, with + # Outputs _objs_ to STDOUT as JSON strings in a pretty format, with # indentation and over many lines. def jj(*objs) objs.each do |obj| -- cgit v1.2.3