Commit 92f304a
committed
Use list of words in transfer method
The methods and documentation were converted from using strings to using lists of words in a previous commit, but unfortunately I neglected to completely convert the transfer method. This commit makes the transfer method match that behavior as well.
Fixes #31 parent cc023ec commit 92f304a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| 424 | + | |
424 | 425 | | |
425 | | - | |
| 426 | + | |
426 | 427 | | |
427 | 428 | | |
428 | 429 | | |
| |||
0 commit comments