]> Cypherpunks repositories - gostls13.git/commit
flag: Clarifies docs for Arg(int) and FlagSet.Arg(int)
authorHariharan Srinath <srinathh@gmail.com>
Sat, 11 Jul 2015 08:50:14 +0000 (14:20 +0530)
committerRob Pike <r@golang.org>
Sun, 12 Jul 2015 03:22:26 +0000 (03:22 +0000)
commit4735002f58af2cf7f8ffbbea1830fe0401579102
tree85389f68018ed902d7ec203c0858c617d3595704
parent2ae77376f7ab6f4161944570cb1b3a38ff47c5cd
flag: Clarifies docs for Arg(int) and FlagSet.Arg(int)

Adds the clarification that these functions return empty
string if the requested element is not available

Added fullstops

Fixes #11664

Change-Id: I84173862bc785240f7d3ee75a5023673264d172b
Reviewed-on: https://go-review.googlesource.com/12061
Reviewed-by: Rob Pike <r@golang.org>
src/flag/flag.go