mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix typos (#1364)
This commit is contained in:
committed by
Sergey Zubkov
parent
b933b03329
commit
002d8b8301
@@ -14828,7 +14828,7 @@ Message passing rules summary:
|
|||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
A `future` preserves the usual function call return semantics for asynchronous tasks.
|
A `future` preserves the usual function call return semantics for asynchronous tasks.
|
||||||
The is no explicit locking and both correct (value) return and error (exception) return are handled simply.
|
There is no explicit locking and both correct (value) return and error (exception) return are handled simply.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
@@ -14847,7 +14847,7 @@ The is no explicit locking and both correct (value) return and error (exception)
|
|||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
A `future` preserves the usual function call return semantics for asynchronous tasks.
|
A `future` preserves the usual function call return semantics for asynchronous tasks.
|
||||||
The is no explicit locking and both correct (value) return and error (exception) return are handled simply.
|
There is no explicit locking and both correct (value) return and error (exception) return are handled simply.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user