Skip to content

Commit

Permalink
more erroneous formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Jun 27, 2024
1 parent 1ade302 commit c28b098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2625,7 +2625,7 @@ particularly satisfactory:
work in some circumstances for some kinds of applications, in general it is
also pretty user-hostile; it makes it difficult to reason about the safe
destruction of resources used by these eager operations. In general,
detached work necessitates some kind of garbage collection; <i>e.g.</i>,
detached work necessitates some kind of garbage collection; e.g.,
`std::shared_ptr`, to ensure resources are kept alive until the operations
complete, and can make clean shutdown nigh impossible.

Expand Down

0 comments on commit c28b098

Please sign in to comment.