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

ruby-changes:63331

From: Cristian <ko1@a...>
Date: Mon, 12 Oct 2020 15:16:44 +0900 (JST)
Subject: [ruby-changes:63331] 6527411f05 (master): [ci skip] Minor documentation fix.

https://git.ruby-lang.org/ruby.git/commit/?id=6527411f05

From 6527411f054fb2cd5878b5b82ab995c25a347c46 Mon Sep 17 00:00:00 2001
From: Cristian Greco <cristian@r...>
Date: Sun, 11 Oct 2020 20:15:07 +0100
Subject: [ci skip] Minor documentation fix.

Add missing period.

diff --git a/hash.c b/hash.c
index c496ca6..928c4b4 100644
--- a/hash.c
+++ b/hash.c
@@ -6827,7 +6827,7 @@ env_update(VALUE env, VALUE hash) https://github.com/ruby/ruby/blob/trunk/hash.c#L6827
  *
  *  === Default Values
  *
- *  The methods #[], #values_at and #dig need to return the value associated to a certain key
+ *  The methods #[], #values_at and #dig need to return the value associated to a certain key.
  *  When that key is not found, that value will be determined by its default proc (if any)
  *  or else its default (initially `nil`).
  *
-- 
cgit v0.10.2


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

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