[前][次][番号順一覧][スレッド一覧]

ruby-changes:60739

From: Tanaka <ko1@a...>
Date: Sat, 11 Apr 2020 02:32:55 +0900 (JST)
Subject: [ruby-changes:60739] 87bcb3c47c (master): Fix articles.

https://git.ruby-lang.org/ruby.git/commit/?id=87bcb3c47c

From 87bcb3c47c7369fe285b2c7c670476a8d4553d82 Mon Sep 17 00:00:00 2001
From: Tanaka Akira <akr@f...>
Date: Sat, 11 Apr 2020 02:32:23 +0900
Subject: Fix articles.


diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb
index 1e9347a..188c2e6 100644
--- a/lib/prettyprint.rb
+++ b/lib/prettyprint.rb
@@ -102,7 +102,7 @@ class PrettyPrint https://github.com/ruby/ruby/blob/trunk/lib/prettyprint.rb#L102
 
   # The maximum width of a line, before it is separated in to a newline
   #
-  # This defaults to 79, and should be a Integer
+  # This defaults to 79, and should be an Integer
   attr_reader :maxwidth
 
   # The value that is appended to +output+ to add a new line.
@@ -110,7 +110,7 @@ class PrettyPrint https://github.com/ruby/ruby/blob/trunk/lib/prettyprint.rb#L110
   # This defaults to "\n", and should be String
   attr_reader :newline
 
-  # A lambda or Proc, that takes one argument, of a Integer, and returns
+  # A lambda or Proc, that takes one argument, of an Integer, and returns
   # the corresponding number of spaces.
   #
   # By default this is:
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]