Skip to content

Commit cab8978

Browse files
harrykiselevpythonicrubyist
authored andcommitted
Update README.md: additional space symbol. (#50)
1 parent 260c196 commit cab8978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Creek can simply parse an Excel file by looping through the rows enumerator:
2323
```ruby
2424
require 'creek'
2525
creek = Creek::Book.new 'specs/fixtures/sample.xlsx'
26-
sheet= creek.sheets[0]
26+
sheet = creek.sheets[0]
2727

2828
sheet.rows.each do |row|
2929
puts row # => {"A1"=>"Content 1", "B1"=>nil, C1"=>nil, "D1"=>"Content 3"}

0 commit comments

Comments
 (0)