Skip to content

Commit

Permalink
methods.rdoc: closing tag
Browse files Browse the repository at this point in the history
* doc/syntax/methods.rdoc (Method Names): add proper closing tag.
  [Fix GH-1356]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed May 21, 2016
1 parent 317a3e9 commit d70a84d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sat May 21 11:07:29 2016 0x01f7 <souk.0x01f7@gmail.com>

* doc/syntax/methods.rdoc (Method Names): add proper closing tag.
[Fix GH-1356]

Sat May 21 09:26:28 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>

* configure.in (RUBY_CHECK_SETJMP): fix missing macro definition
Expand Down
2 changes: 1 addition & 1 deletion doc/syntax/methods.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ruby programs must be written in a US-ASCII-compatible character set such as
UTF-8, ISO-8859-1 etc. In such character sets if the eight bit is set it
indicates an extended character. Ruby allows method names and other identifiers
to contain such characters. Ruby programs cannot contain some characters like
ASCII NUL (<code>\x00<code>).
ASCII NUL (<code>\x00</code>).

The following are the examples of valid ruby methods:

Expand Down

0 comments on commit d70a84d

Please sign in to comment.