Skip to content

Commit 4ee58e7

Browse files
tikksskou
authored andcommitted
📝 Remove a trailing ,
Because of a syntax error.
1 parent 1636c2c commit 4ee58e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'red-arrow-numo-narray' # 必要に応じて。Numo::NArray との連携
3535
gem 'red-parquet', '>= 12.0.0' # 必要に応じて。Parquet の入出力が必要な場合。
3636
gem 'red-datasets-arrow' # 必要に応じて。Red Datasets を利用する場合。
3737
gem 'red-arrow-activerecord' # 必要に応じて。Active Record とのデータ交換が必要な場合。
38-
gem 'rover-df', # 必要に応じて。Rover::DataFrame に対する入出力が必要な場合。
38+
gem 'rover-df' # 必要に応じて。Rover::DataFrame に対する入出力が必要な場合。
3939
```
4040

4141
## インストール

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'red-arrow-numo-narray' # Optional, recommended if you use inputs from Nu
3535
gem 'red-parquet', '>= 12.0.0' # Optional, if you use IO from/to parquet.
3636
gem 'red-datasets-arrow' # Optional, if you use Red Datasets.
3737
gem 'red-arrow-activerecord' # Optional, if you use Active Record.
38-
gem 'rover-df', # Optional, if you use IO from/to Rover::DataFrame.
38+
gem 'rover-df' # Optional, if you use IO from/to Rover::DataFrame.
3939
```
4040

4141
## Installation

0 commit comments

Comments
 (0)