Skip to content

Commit 4dc0f3d

Browse files
authored
Merge pull request #10267 from yagogarea/docs/add-missing-space-in-automatic-yielding-of-c-code-docs
fix: add missing space in automatic yielding of c code docs
2 parents 9d335ad + fd8fe11 commit 4dc0f3d

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
@@ -79,7 +79,7 @@ Yielding C Fun in the Erlang Run-time System
7979

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

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

0 commit comments

Comments
 (0)