minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-04-10 04:49:35 +03:00
parent 9e91723f36
commit 0821d0099e

View File

@ -215,9 +215,9 @@ Array.prototype.sortAs = function(other){
// //
// //
// chunk_size can be: // chunk_size can be:
// 20 - indicate chunk size // 20 - chunk size
// '20' - indicate chunk size // '20' - chunk size
// '20C' - indicate number of chunks // '20C' - number of chunks
// //
// //
// The main goal of this is to not block the runtime while processing a // The main goal of this is to not block the runtime while processing a