Skip to content

Commit c28b098

Browse files
committed
more erroneous formatting
1 parent 1ade302 commit c28b098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ particularly satisfactory:
26252625
work in some circumstances for some kinds of applications, in general it is
26262626
also pretty user-hostile; it makes it difficult to reason about the safe
26272627
destruction of resources used by these eager operations. In general,
2628-
detached work necessitates some kind of garbage collection; <i>e.g.</i>,
2628+
detached work necessitates some kind of garbage collection; e.g.,
26292629
`std::shared_ptr`, to ensure resources are kept alive until the operations
26302630
complete, and can make clean shutdown nigh impossible.
26312631

0 commit comments

Comments
 (0)