1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:11:21 -06:00
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_test.go all: fix minor misspellings 2017-04-03 23:19:07 +00:00
context.go context: fix references to "d" in WithDeadline docs 2017-09-21 03:00:51 +00:00
example_test.go all: fix article typos 2017-09-15 02:39:16 +00:00
net_test.go context: make DeadlineExceeded implement net.Error 2016-10-05 15:53:04 +00:00
x_test.go context: adjust tests to avoid importing "testing" in package context 2016-11-03 21:12:21 +00:00