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

ruby-changes:31550

From: charliesome <ko1@a...>
Date: Sun, 10 Nov 2013 06:28:42 +0900 (JST)
Subject: [ruby-changes:31550] charliesome:r43629 (trunk): * lib/e2mmap.rb: [DOC] Fix typo in e2mmap documentation.

charliesome	2013-11-10 06:28:05 +0900 (Sun, 10 Nov 2013)

  New Revision: 43629

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43629

  Log:
    * lib/e2mmap.rb: [DOC] Fix typo in e2mmap documentation.
    
      Patch by Xavier Shay. Closes GH-438.

  Modified files:
    trunk/lib/e2mmap.rb
Index: lib/e2mmap.rb
===================================================================
--- lib/e2mmap.rb	(revision 43628)
+++ lib/e2mmap.rb	(revision 43629)
@@ -22,7 +22,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/e2mmap.rb#L22
 # 2.
 #   module Error
 #     extend Exception2MessageMapper
-#     def_e2meggage ExistingExceptionClass, "message..."
+#     def_e2message ExistingExceptionClass, "message..."
 #     def_exception :NewExceptionClass, "message..."[, superclass]
 #     ...
 #   end

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

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