Skip to content

Commit 2944ee9

Browse files
authored
fix trailing whitespace from #44849 (#44884)
1 parent 559244b commit 2944ee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/src/manual/embedding.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,4 +679,3 @@ $ JULIA_NUM_THREADS=2 ./thread_example
679679
```
680680

681681
As can be seen, Julia thread 1 corresponds to pthread ID 3bfd9c00, and Julia thread 2 corresponds to ID 23938640, showing that indeed multiple threads are used at the C level, and that we can safely call Julia C API routines from those threads.
682-

0 commit comments

Comments
 (0)