mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
doc: Fix typo (#434)
This commit is contained in:
@@ -9,7 +9,7 @@ sometimes it's significantly simpler to use them. Given that, we have a set of r
|
||||
exception use.
|
||||
|
||||
## Rules
|
||||
1. **DO NOT** allow exceptions to leak out of new code into new code
|
||||
1. **DO NOT** allow exceptions to leak out of new code into old code
|
||||
1. **DO** use NTSTATUS or HRESULT as return values as appropriate
|
||||
1. **DO** Encapsulate all exception behaviors within implementing classes
|
||||
1. **DO NOT** introduce modern exception throwing code into old code. Instead, refactor as needed to allow encapsulation or
|
||||
@@ -33,4 +33,4 @@ exception use.
|
||||
|
||||
### Using WIL for non-throwing modern facilities
|
||||
|
||||
###
|
||||
TODO
|
||||
|
||||
Reference in New Issue
Block a user