ruby-changes:31802
From: a_matsuda <ko1@a...>
Date: Wed, 27 Nov 2013 21:56:15 +0900 (JST)
Subject: [ruby-changes:31802] a_matsuda:r43881 (trunk): * lib/irb/notifier.rb: [Doc] Fix typo
a_matsuda 2013-11-27 21:56:08 +0900 (Wed, 27 Nov 2013) New Revision: 43881 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43881 Log: * lib/irb/notifier.rb: [Doc] Fix typo * ext/json/lib/json/common.rb: Ditto. Modified files: trunk/ChangeLog trunk/ext/json/lib/json/common.rb trunk/lib/irb/notifier.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 43880) +++ ChangeLog (revision 43881) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Nov 27 21:43:00 2013 Akira Matsuda <ronnie@d...> + + * lib/irb/notifier.rb: [Doc] Fix typo + * ext/json/lib/json/common.rb: Ditto. + Tue Nov 27 18:04:57 2013 Akira Matsuda <ronnie@d...> * lib/irb/notifier.rb: Fix typo Index: lib/irb/notifier.rb =================================================================== --- lib/irb/notifier.rb (revision 43880) +++ lib/irb/notifier.rb (revision 43881) @@ -26,7 +26,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/notifier.rb#L26 # # The optional +prefix+ will be appended to all objects being inspected # during output, using the given +output_method+ as the output source. If - # no +output_method+ is given, StdioOuputMethod will be used, and all + # no +output_method+ is given, StdioOutputMethod will be used, and all # expressions will be sent directly to STDOUT without any additional # formatting. def def_notifier(prefix = "", output_method = StdioOutputMethod.new) Index: ext/json/lib/json/common.rb =================================================================== --- ext/json/lib/json/common.rb (revision 43880) +++ ext/json/lib/json/common.rb (revision 43881) @@ -448,7 +448,7 @@ module ::Kernel https://github.com/ruby/ruby/blob/trunk/ext/json/lib/json/common.rb#L448 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| -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/