From 45bbbb53db83590c86061db0abf78f6866596a27 Mon Sep 17 00:00:00 2001 From: tmr111116 Date: Mon, 7 Jul 2025 19:03:17 +0900 Subject: [PATCH] Fix typo in documentation: use `lineno` instead of `line_no` --- lib/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csv.rb b/lib/csv.rb index aef96ac9..89e1a2b5 100644 --- a/lib/csv.rb +++ b/lib/csv.rb @@ -2327,7 +2327,7 @@ def liberal_parsing? attr_reader :encoding # :call-seq: - # csv.line_no -> integer + # csv.lineno -> integer # # Returns the count of the rows parsed or generated. #