We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade302 commit c28b098Copy full SHA for c28b098
execution.bs
@@ -2625,7 +2625,7 @@ particularly satisfactory:
2625
work in some circumstances for some kinds of applications, in general it is
2626
also pretty user-hostile; it makes it difficult to reason about the safe
2627
destruction of resources used by these eager operations. In general,
2628
- detached work necessitates some kind of garbage collection; <i>e.g.</i>,
+ detached work necessitates some kind of garbage collection; e.g.,
2629
`std::shared_ptr`, to ensure resources are kept alive until the operations
2630
complete, and can make clean shutdown nigh impossible.
2631
0 commit comments