From d70a84d5d44878f844d3793e6019a0a15d392e36 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 21 May 2016 02:07:31 +0000 Subject: methods.rdoc: closing tag * 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 --- doc/syntax/methods.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc index 0ee2a08367..d41c6fcba5 100644 --- a/doc/syntax/methods.rdoc +++ b/doc/syntax/methods.rdoc @@ -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 (\x00). +ASCII NUL (\x00). The following are the examples of valid ruby methods: -- cgit v1.2.3