Skip to content

Commit acea7a8

Browse files
committed
Fix another unfortunate typo in the blog.
I've confirmed (multiple times) that these results are accurate. This was indeed just a typo in composing the blog post.
1 parent 6a91bff commit acea7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/blog/2015-09-28-surprises-in-gopherjs-performance.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ So the size of `int` is 32-bit for GopherJS code but 64-bit for Go code.
177177
Let's make it use `int32` consistently and try again:
178178

179179
```bash
180-
$ gopherjs run main.go
180+
$ go run main.go
181181
approximating pi with 1000000000 iterations.
182182
3.1415926545880506
183183
total time taken is: 6.658s

0 commit comments

Comments
 (0)