From e99cc601e005ffebf7717200ad844c87fe60e5cd Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Nov 2015 00:04:36 +0000 Subject: [PATCH] Add missing punctuation to File docs [ci skip] * file.c: [DOC] add a missing period to File docs, to terminate the sentence and separate from the next sentence. [Fix GH-1111] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ file.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0f186f6b5..503f4e2791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 24 09:04:29 2015 David Rodriguez + + * file.c: [DOC] add a missing period to File docs, to terminate + the sentence and separate from the next sentence. [Fix GH-1111] + Tue Nov 24 08:30:06 2015 JuanitoFatas * NEWS: Fix the issue number of `Struct#dig`, which should be diff --git a/file.c b/file.c index 000c132f58..6a91211b26 100644 --- a/file.c +++ b/file.c @@ -5873,7 +5873,7 @@ static const char null_device[] = /* * A File is an abstraction of any file object accessible - * by the program and is closely associated with class IO + * by the program and is closely associated with class IO. * File includes the methods of module * FileTest as class methods, allowing you to write (for * example) File.exist?("foo").