Skip to content

Commit 8377d80

Browse files
committed
Update README.md [ci skip]
1 parent a9702d7 commit 8377d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ This dataset has 489 entries. Printing all these rows in order to understand how
226226
5 | 7.147 5.33 18.7 760200.0
227227
```
228228

229-
The resuld will be another data frame. `head` and `tail` messages are just shortcuts for `df rowsFrom: 1 to: 5` and `df rowsFrom: (df size - 5) to: df size`. But what if you want a different number of rows? You can do that using parametrized messages `head:` and `tail:` with a given number of rows.
229+
The resuld will be another data frame. `head` and `tail` messages are just shortcuts for `df rowsFrom: 1 to: 5` and `df rowsFrom: (df numberOfRows - 5) to: df numberOfRows.`. But what if you want a different number of rows? You can do that using parametrized messages `head:` and `tail:` with a given number of rows.
230230

231231
```smalltalk
232232
df head: 10.

0 commit comments

Comments
 (0)