aboutsummaryrefslogtreecommitdiff
path: root/objectivec
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2018-11-09 11:35:34 -0800
committerAdam Cozzette <acozzette@google.com>2018-11-09 11:35:34 -0800
commit86d4fe47df26a4b4c38e0c6ce11139a116393016 (patch)
tree17480a4e367f2b82ac3853c20b2d1be82f7bef9f /objectivec
parentb78c218af5ca0510b35e5e870d49805377b9e2c9 (diff)
downloadprotobuf-86d4fe47df26a4b4c38e0c6ce11139a116393016.tar.gz
Updated checked-in generated code
Diffstat (limited to 'objectivec')
-rw-r--r--objectivec/google/protobuf/Timestamp.pbobjc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/google/protobuf/Timestamp.pbobjc.h b/objectivec/google/protobuf/Timestamp.pbobjc.h
index 19ca6862d..f6ea25ca1 100644
--- a/objectivec/google/protobuf/Timestamp.pbobjc.h
+++ b/objectivec/google/protobuf/Timestamp.pbobjc.h
@@ -129,7 +129,7 @@ typedef GPB_ENUM(GPBTimestamp_FieldNumber) {
* 01:30 UTC on January 15, 2017.
*
* In JavaScript, one can convert a Date object to this format using the
- * standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString]
+ * standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
* method. In Python, a standard `datetime.datetime` object can be converted
* to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
* with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one