Skip to content

Commit

Permalink
Merge pull request #2905 from nissyi-gh/fix-broken-link-csv-field
Browse files Browse the repository at this point in the history
fix: CSV::Row.field -> CSV::Row#field
  • Loading branch information
ohai authored Nov 2, 2024
2 parents f1be7c0 + 633c4fb commit 6d7acd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/csv/CSV__Row
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ row.field_row? # => true

与えられた引数に対応する値の配列を返します。

要素の探索に [[m:CSV::Row.field]] を使用しています。
要素の探索に [[m:CSV::Row#field]] を使用しています。

@param headers_and_or_indices ヘッダの名前かインデックスか [[c:Range]]
のインスタンスか第 1 要素がヘッダの名前で
Expand Down

0 comments on commit 6d7acd9

Please sign in to comment.