Skip to content

Commit 29ba26c

Browse files
committed
Update prose example and add also a new one
The old example didn't correspond to the examples used in the text above
1 parent 4f60c0f commit 29ba26c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ When referring to functions in prose (tutorials, books, comments) include the re
9999

100100
> Call `convertPointAt(column:row:)` from your own `init` implementation.
101101
>
102-
> If you call `timedAction(_:)` from `viewDidLoad()` remember to provide an adjusted delay value.
102+
> If you call `dateFromString(_:)` make sure that you provide a string with the format "yyyy-MM-dd".
103+
>
104+
> If you call `timedAction(delay:perform:)` from `viewDidLoad()` remember to provide an adjusted delay value and an action to perform.
103105
>
104106
> You shouldn't call the data source method `tableView(_:cellForRowAtIndexPath:)` directly.
105107

0 commit comments

Comments
 (0)