Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit bf9e40f

Browse files
committed
Typo
1 parent 977a5f1 commit bf9e40f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodejs/CottonSandbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module.exports = class CottonSandbox {
145145
* @return {CottonSandbox} the current object for chaining.
146146
*/
147147
timeLimit(time) {
148-
return this.cpuTimeLime(time).wallTimeLimit(time + 1);
148+
return this.cpuTimeLimit(time).wallTimeLimit(time + 1);
149149
}
150150

151151
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cotton",
3-
"version": "0.4.0",
3+
"version": "0.5.1",
44
"description": "Cotton sandbox",
55
"main": "nodejs/CottonSandbox.js",
66
"scripts": {

0 commit comments

Comments
 (0)