Skip to content

Commit f9f203a

Browse files
committed
put self in code fence
1 parent 71af28e commit f9f203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The example above demonstrates the following style guidelines:
372372

373373
For conciseness, avoid using `self` since Swift does not require it to access an object's properties or invoke its methods.
374374

375-
Use self only when required by the compiler (in `@escaping` closures, or in initializers to disambiguate properties from arguments). In other words, if it compiles without self then omit it.
375+
Use self only when required by the compiler (in `@escaping` closures, or in initializers to disambiguate properties from arguments). In other words, if it compiles without `self` then omit it.
376376

377377

378378
### Computed Properties

0 commit comments

Comments
 (0)