]> Cypherpunks repositories - gostls13.git/commit
context: fix references to "d" in WithDeadline docs
authorMichael Darakananda <pongad@google.com>
Thu, 21 Sep 2017 00:25:35 +0000 (10:25 +1000)
committerIan Lance Taylor <iant@golang.org>
Thu, 21 Sep 2017 03:00:51 +0000 (03:00 +0000)
commiteca45997dfd6cd14a59fbdea2385f6648a0dc786
tree8a2c80f36e9b9444549bc3e48b4f2349dd23eca3
parent589ea93678850ad1e5c1192df5768177c3104937
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>
src/context/context.go