Skip to content

Commit e001a2e

Browse files
committed
---
yaml --- r: 313151 b: refs/heads/tensorflow-merge c: 82f19c6 h: refs/heads/master i: 313149: bc44dfd 313147: b7bb2a9 313143: 319b76c 313135: 9556db8 313119: 35b6dbd 313087: 0deff4b
1 parent d0c91fc commit e001a2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ refs/heads/chase-my-tail: 8bb91443a9e81bbfac92a2621a0af887a1da8dbf
13791379
refs/heads/consider-outer-alternatives: 708bac749ec60a22a79e2eefbe734f9488a7370d
13801380
refs/heads/revert-25740-oops-i-linked-it-again: fdd41aeb682fc488572bdc1cf71b2ff6997ba576
13811381
refs/heads/swift-5.1-branch-06-12-2019: e63b7b2d3b93c48232d386099d0ec525d21d8f8d
1382-
refs/heads/tensorflow-merge: 4feb7f6f8630ce73edb105a3fdd30c18190763c6
1382+
refs/heads/tensorflow-merge: 82f19c6b325c1b5d8621c20ec891fbd8a3e615ea
13831383
refs/heads/update-checkout-sha-info: 5832743c5c2a842976c42a508a4c6dcceefb0aef
13841384
refs/tags/swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-12-a: 228f0448d9bb909aacbba4afcb7c600a405d15da
13851385
refs/tags/swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-14-a: 922861a77b5fc2bf46bc917da70ceb15eef76836

branches/tensorflow-merge/include/swift/AST/DiagnosticsParse.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,10 @@ ERROR(extra_colon,PointsToFirstBadToken,
765765
WARNING(subscript_array_element, none,
766766
"unexpected subscript in array literal; did you mean to write two "
767767
"separate elements instead?", ())
768-
NOTE(subscript_array_element_fix_it_add_comma, none, "Add a separator between "
768+
NOTE(subscript_array_element_fix_it_add_comma, none, "add a separator between "
769769
"the elements", ())
770770
NOTE(subscript_array_element_fix_it_remove_space, none,
771-
"Remove the space between the elements to silence this warning", ())
771+
"remove the space between the elements to silence this warning", ())
772772

773773
// Tuple Types
774774
ERROR(expected_rparen_tuple_type_list,none,

0 commit comments

Comments
 (0)