Skip to content

Commit

Permalink
Mon Feb 25 10:41:41 2008 Martin Duerst <[email protected]>
Browse files Browse the repository at this point in the history
	* encoding.c (Encoding#dummy): minor grammatical fixes
	  in rdoc documentation.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
duerst committed Feb 25, 2008
1 parent 42097d7 commit ad3577b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Mon Feb 25 10:41:41 2008 Martin Duerst <[email protected]>

* encoding.c (Encoding#dummy): minor grammatical fixes
in rdoc documentation.

Mon Feb 25 00:01:03 2008 Nobuyoshi Nakada <[email protected]>

* cygwin/GNUmakefile.in (clean-local): should be double-colon.
Expand Down
6 changes: 3 additions & 3 deletions encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ rb_enc_dummy_p(rb_encoding *enc)
* call-seq:
* enc.dummy? => true or false
*
* Returns true for dummy encoding.
* A dummy encoding is a encoding which character handling is not properly
* Returns true for dummy encodings.
* A dummy encoding is an encoding for which character handling is not properly
* implemented.
* It is used for stateful encoding.
* It is used for stateful encodings.
*
* Encoding::ISO_2022_JP.dummy? #=> true
* Encoding::UTF_8.dummy? #=> false
Expand Down

0 comments on commit ad3577b

Please sign in to comment.