From aa1f243099dd86424a75c874b564f5852f3057bd Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Sat, 11 Apr 2015 19:51:25 +0200 Subject: [PATCH] Fix README: s/windows/window/ --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 571743b..bd57387 100644 --- a/README.markdown +++ b/README.markdown @@ -221,7 +221,7 @@ the interrupt channel to do this: Where is setTimeout/setInterval? These timing functions are not actually part of the ECMA-262 specification. -Typically, they belong to the `windows` object (in the browser). It would not be +Typically, they belong to the `window` object (in the browser). It would not be difficult to provide something like these via Go, but you probably want to wrap otto in an event loop in that case.