From: Rob Pike Date: Wed, 6 Oct 2010 21:56:13 +0000 (+0200) Subject: playground.html: filesystem is not a word. X-Git-Tag: weekly.2010-10-13~57 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4138fdd8504ca6decf41e7f9cdd4b189e4a1f849;p=gostls13.git playground.html: filesystem is not a word. R=adg, rsc CC=golang-dev https://golang.org/cl/2370043 --- diff --git a/doc/playground.html b/doc/playground.html index a1cdb70c37..01d3adc9cd 100644 --- a/doc/playground.html +++ b/doc/playground.html @@ -13,7 +13,7 @@ There are limitations to the programs that can be run in the Playground. They must be single-threaded (but they may use many goroutines). There are also limits on execution time, and CPU and memory usage. The Playground can access only a subset of the standard library -(notably absent are network and filesystem access). +(notably absent are network and file system access). Therefore, the only communication a Playground program has to the outside world is via standard output.