File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ class Guideline {
125125
126126When 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
You can’t perform that action at this time.
0 commit comments