Skip to content

Commit 4853da4

Browse files
committed
Merge pull request kodecocodes#53 from ColinEberhardt/master
Changed naming example to use block quote
2 parents 4874f02 + 2bdb1da commit 4853da4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ class Guideline {
125125

126126
When referring to functions in prose (tutorials, books, comments) include the required parameter names from the caller's perspective.
127127

128-
```
129-
The dateFromString() function is great.
130-
Call convertPointAt(column:, row:) from your init() method.
131-
The return value of timedAction(delay:, perform:) may be nil.
132-
Guideline objects only have two methods: combineWithString(options:) and upvoteBy()
133-
You shouldn't call the data source method tableView(cellForRowAtIndexPath:) directly.
134-
```
128+
129+
> The `dateFromString()` function is great.
130+
> Call `convertPointAt(column:, row:)` from your `init()` method.
131+
> The return value of `timedAction(delay:, perform:)` may be nil.
132+
> Guideline objects only have two methods: `combineWithString(options:)` and `upvoteBy()`
133+
> You shouldn't call the data source method `tableView(cellForRowAtIndexPath:)` directly.
134+
135135

136136
### Class Prefixes
137137

0 commit comments

Comments
 (0)