File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class ChannelsGuideTest {
22
22
23
23
<!-- - TOC -->
24
24
25
- * [ Channels (experimental)] ( #channels-( experimental) )
25
+ * [ Channels (experimental)] ( #channels-experimental )
26
26
* [ Channel basics] ( #channel-basics )
27
27
* [ Closing and iteration over channels] ( #closing-and-iteration-over-channels )
28
28
* [ Building channel producers] ( #building-channel-producers )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class SelectGuideTest {
25
25
26
26
<!-- - TOC -->
27
27
28
- * [ Select expression (experimental)] ( #select-expression-( experimental) )
28
+ * [ Select expression (experimental)] ( #select-expression-experimental )
29
29
* [ Selecting from channels] ( #selecting-from-channels )
30
30
* [ Selecting on close] ( #selecting-on-close )
31
31
* [ Selecting to send] ( #selecting-to-send )
Original file line number Diff line number Diff line change @@ -328,6 +328,8 @@ fun makeSectionRef(name: String): String = name
328
328
.replace(' ' , ' -' )
329
329
.replace(" ." , " " )
330
330
.replace(" ," , " " )
331
+ .replace(" (" , " " )
332
+ .replace(" )" , " " )
331
333
.toLowerCase()
332
334
333
335
class Include (val regex : Regex , val lines : MutableList <String > = arrayListOf())
You can’t perform that action at this time.
0 commit comments