Skip to content

Commit cd0f534

Browse files
committed
Changed formatting
1 parent 659e801 commit cd0f534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ First, managed object context is an instance of NSManagedObjectContext. It is th
9292

9393
#### What are some ways of debugging in iOS?
9494

95-
- NSLog and print functions can be used for output into console.
96-
- Breakpoints can also be used together with the Debug bar and Variables view as an alternative.
97-
- Senior devs often use other tools such as Instruments and Crash Logs instead of the two above.
95+
- NSLog and print functions can be used for output into console.
96+
- Breakpoints can also be used together with the Debug bar and Variables view as an alternative.
97+
- Senior devs often use other tools such as Instruments and Crash Logs instead of the two above.
9898

9999
## Design Patterns
100100

0 commit comments

Comments
 (0)