From c6d5b61745b40076985ff50c20a2aea907df7fce Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Thu, 28 Jun 2018 03:48:52 +0000 Subject: Fix typo of file path [ci skip] Patch by: yuuji.yaginuma https://github.com/ruby/ruby/pull/1900 [Fix GH-1900] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/drb/drb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/drb/drb.rb') diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb index 24187dc2ee..dd725529c0 100644 --- a/lib/drb/drb.rb +++ b/lib/drb/drb.rb @@ -360,7 +360,7 @@ module DRb # drb remains valid only while that object instance remains alive # within the server runtime. # - # For alternative mechanisms, see DRb::TimerIdConv in rdb/timeridconv.rb + # For alternative mechanisms, see DRb::TimerIdConv in drb/timeridconv.rb # and DRbNameIdConv in sample/name.rb in the full drb distribution. class DRbIdConv -- cgit v1.2.3