]> Cypherpunks.ru repositories - gostls13.git/commit
testing/fstest: clarify TestFS docs
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 25 Feb 2021 19:10:57 +0000 (11:10 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 11 Mar 2021 18:25:50 +0000 (18:25 +0000)
commit86d66784297f83f67088cea768611621048160da
treee157eb88e4244e586c47fef42ea44dac58fedccc
parent1853411d8376570295711f9084d494d458822578
testing/fstest: clarify TestFS docs

The sentence starts "fsys must only contain",
which leads the reader to believe that fsys must not contain others.
The rapid reversal leads to confusion.
I had to read it several times to be sure I'd parsed it correctly.

Remove "only"; rely on the rest of the sentence to clarify.

Change-Id: I9fb7935aed4f9839344d3a00b761d20981fba864
Reviewed-on: https://go-review.googlesource.com/c/go/+/296529
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/testing/fstest/testfs.go