go/src/context
Michael Darakananda eca45997df context: fix references to "d" in WithDeadline docs
Docs of WithDeadline refers to variable "d" which does not exist
in the docs.

This commit renames the time argument to "d" to make the doc work.

Change-Id: Ifd2c1be7d2e3f7dfb21cd9bb8ff7fc5039c8d3bd
Reviewed-on: https://go-review.googlesource.com/65130
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-09-21 03:00:51 +00:00
..
benchmark_test.go runtime: improve timers scalability on multi-CPU systems 2017-09-12 16:52:23 +00:00
context.go context: fix references to "d" in WithDeadline docs 2017-09-21 03:00:51 +00:00
context_test.go
example_test.go all: fix article typos 2017-09-15 02:39:16 +00:00
net_test.go
x_test.go