Update std.js

This commit is contained in:
Namhyeon Go 2022-02-14 15:09:01 +09:00 committed by GitHub
parent d71fa8f299
commit 914742a03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ function rotate(target, callback, onError) {
}
i++;
i = i % keywords.length;
i = i % target.length;
}
};