Skip to content

Commit 9a40dad

Browse files
committed
#389 fix grammar
1 parent 0d1b91f commit 9a40dad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,16 @@ sheet.to_xml
156156
sheet.to_yaml
157157
```
158158

159-
You can specified file as default argument to `#to_csv`:
159+
Specify the file as default argument for `#to_csv`:
160160

161161
```ruby
162-
# puts csv format content into a specified file
163162
sheet.to_csv(File.new("/dev/null"))
164163
```
165164

166-
also you can specify the custom separator for the content:
165+
specify the custom separator:
167166

168167
```ruby
169-
sheet.to_csv(separator: ":") # "," is used by default
168+
sheet.to_csv(separator: ":") # "," using by default
170169
```
171170

172171
### Excel (xlsx and xlsm) Support

0 commit comments

Comments
 (0)