Use headings instead of bold text in index.md #238
This commit is contained in:
@@ -10,10 +10,12 @@ tags:
|
||||
- Idiom
|
||||
---
|
||||
|
||||
**Intent:** Resource Acquisition Is Initialization pattern can be used to implement exception safe resource management.
|
||||
## Intent
|
||||
Resource Acquisition Is Initialization pattern can be used to implement exception safe resource management.
|
||||
|
||||

|
||||
|
||||
**Applicability:** Use the Resource Acquisition Is Initialization pattern when
|
||||
## Applicability
|
||||
Use the Resource Acquisition Is Initialization pattern when
|
||||
|
||||
* you have resources that must be closed in every condition
|
||||
|
Reference in New Issue
Block a user