]> Cypherpunks repositories - gostls13.git/commitdiff
playground.html: filesystem is not a word.
authorRob Pike <r@golang.org>
Wed, 6 Oct 2010 21:56:13 +0000 (23:56 +0200)
committerRob Pike <r@golang.org>
Wed, 6 Oct 2010 21:56:13 +0000 (23:56 +0200)
R=adg, rsc
CC=golang-dev
https://golang.org/cl/2370043

doc/playground.html

index a1cdb70c37e24ec9973148fbfa4a12b24e340fbd..01d3adc9cdda0da30a8a466067f645a933c4f767 100644 (file)
@@ -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.
 </div>