From e2390ec18352f25066074331449cbcb74957068e Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Wed, 8 Feb 2017 11:17:47 -0800 Subject: [PATCH] doc: remove the confusing use of CL CL (change list) pops out of nowhere and confuses the reader. Use "change" instead to be consistent with the rest of the document. Fixes #18989. Change-Id: I525a63a195dc6bb992c8ad0f10c2f2e1b2b952df Reviewed-on: https://go-review.googlesource.com/36564 Reviewed-by: Brad Fitzpatrick --- doc/contribute.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute.html b/doc/contribute.html index f1a5b27998..1f8bd0fbfe 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -466,7 +466,7 @@ changes to Gerrit using git push origin

If your change relates to an open issue, please add a comment to the issue -announcing your proposed fix, including a link to your CL. +announcing your proposed fix, including a link to your change.

-- 2.48.1