From 3098efb36fa927ecb2fc9554a685c15da9f2be23 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 13 Apr 2022 13:43:34 -0400 Subject: [PATCH] Fix incorrect link in docs --- lib/csv/row.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csv/row.rb b/lib/csv/row.rb index 62e429fc..500adb18 100644 --- a/lib/csv/row.rb +++ b/lib/csv/row.rb @@ -703,7 +703,7 @@ def to_csv(**options) # by +index_or_header+ and +specifiers+. # # The nested objects may be instances of various classes. - # See {Dig Methods}[https://docs.ruby-lang.org/en/master/doc/dig_methods_rdoc.html]. + # See {Dig Methods}[https://docs.ruby-lang.org/en/master/dig_methods_rdoc.html]. # # Examples: # source = "Name,Value\nfoo,0\nbar,1\nbaz,2\n"