Doc corrections

This commit is contained in:
Tim Schaub
2015-08-01 16:33:43 -06:00
parent 0c486c522a
commit 4320b07c5d
3 changed files with 6 additions and 6 deletions

View File

@@ -4537,8 +4537,8 @@ olx.source.RasterOptions.prototype.lib;
/**
* By default, operations will be run in a single worker thread. To avoid using
* workers altogether, set `threads: 0`. For pixel operations, operations can
* be run in multiple worker threads. Note that there some additional overhead
* in transferring data to multiple workers, and that depending on the user's
* be run in multiple worker threads. Note that there is additional overhead in
* transferring data to multiple workers, and that depending on the user's
* system, it may not be possible to parallelize the work.
* @type {number|undefined}
* @api