Skip to content

Commit b1f42b4

Browse files
committed
Merge 8.7 - coroutine doc duplicate text
2 parents 475d049 + 4d6cf6b commit b1f42b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/coroutine.n

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ with quite a bit of similarity to \fBcoroprobe\fR. However, with
9898
.VS "8.7, TIP383"
9999
The coroutine is not immediately resumed after the injection has been done. A
100100
consequence of this is that multiple injections may be done before the
101-
coroutine is resumed. There injected commands are performed in \fIreverse
101+
coroutine is resumed. The injected commands are performed in \fIreverse
102102
order of definition\fR (that is, they are internally stored on a stack).
103103
.VE "8.7, TIP383"
104104
.IP \(bu
@@ -245,10 +245,6 @@ puts [\fBcoroprobe \fIcollect\fR set accumulator]
245245
puts [\fIcollect\fR]
246246
# ==> 123 {abc def} 456 pqr RST xyz
247247
.CE
248-
.PP
249-
This example shows a simple coroutine that collects non-empty values and
250-
returns a list of them when not given an argument. It also shows how we can
251-
look inside the coroutine to find out what it is doing.
252248
.VE "8.7, TIP383"
253249
.SS "DETAILED SEMANTICS"
254250
.PP

0 commit comments

Comments
 (0)