Skip to content

Commit 7e50fb9

Browse files
authored
Merge pull request #248 from brycelelbach/patch-2
Remove erroneous formatting
2 parents b2de596 + c28b098 commit 7e50fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

execution.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ object, obtainable from a receiver with a `get_env` accessor. In R6, the
16701670
sender queries are given similar treatment, relocating to a "attributes"
16711671
object obtainable from a sender with a `get_attrs` accessor. This was done
16721672
to solve a number of design problems with the `split` and `ensure_started`
1673-
algorithms; _e.g._, see
1673+
algorithms; e.g., see
16741674
[NVIDIA/stdexec#466](https://github.com/NVIDIA/stdexec/issues/466).
16751675

16761676
Schedulers, however, remain directly queryable. As lightweight handles
@@ -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)