Updated BasicApi (markdown)

David Anderson 2024-03-22 02:34:41 -07:00
parent d1fe2c3b70
commit b1e4a31099
1 changed files with 1 additions and 1 deletions

@ -24,7 +24,7 @@ boinc_init();
### Parallel apps ### Parallel apps
If your uses multiple threads or processes for parallelism, initialize using If your app uses multiple threads or processes for parallelism, initialize using
```c ```c
BOINC_OPTIONS options; BOINC_OPTIONS options;