Skip to content

Commit fd8fe11

Browse files
committed
fix: add missing space in automatic yielding of c code docs
1 parent 4e121ab commit fd8fe11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erts/emulator/internal_doc/AutomaticYieldingOfCCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Yielding C Fun in the Erlang Run-time System
7878

7979
At the time of writing, YCF is used for the following in ERTS:
8080

81-
* `ets:insert/2` and`ets:insert_new/2` (when these two functions get a list as their second parameter)
81+
* `ets:insert/2` and `ets:insert_new/2` (when these two functions get a list as their second parameter)
8282
* `maps:from_keys/2`, `maps:from_list/1`, `maps:keys/1` and `maps:values/1`
8383
* The functions `erts_qsort_ycf_gen_yielding`,
8484
`erts_qsort_ycf_gen_continue` and `erts_qsort_ycf_gen_destroy`

0 commit comments

Comments
 (0)