Skip to content

Commit 6e7d27f

Browse files
committed
Changed title from Memory / Memory management to just Memory management
1 parent 493bf3b commit 6e7d27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use the Table of Contents to practice and test your knowledge. It doesn't show t
3131
- What is the difference between not-running, inactive, active, background and suspended execution states?
3232
- Is it faster to iterate through an NSArray or an NSSet?
3333
- What is KVO?
34-
- [Memory / Memory Management](https://github.com/onthecodepath/iOS-Interview-Questions#memory--memory-management)
34+
- [Memory Management](https://github.com/onthecodepath/iOS-Interview-Questions#memory-management)
3535
- Why do you generally create a weak reference when using self in a block?
3636
- What is memory management handled on iOS?
3737
- What is the difference between *weak* and *strong*?
@@ -200,7 +200,7 @@ It depends. NSSet is faster to iterate through if the order of the items in the
200200

201201
KVO stands for *Key-Value Observing*. It allows a controller or class to *observe* when a property value changes.
202202

203-
## Memory / Memory Management
203+
## Memory Management
204204

205205
#### Why do you generally create a weak reference when using self in a block?
206206

0 commit comments

Comments
 (0)