File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
branches/tensorflow-next/stdlib/public/core Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: abb2fd7faf7a455653500dd6a6b3fed4c45c00b9
1464
+ refs/heads/tensorflow-next: 0b24656c965d34af54f3166d31cb11e282bcd9fe
Original file line number Diff line number Diff line change @@ -43,8 +43,9 @@ public enum CommandLine {
43
43
return _unsafeArgv
44
44
}
45
45
46
- /// Access to the swift arguments, also use lazy initialization of static
47
- /// properties to safely initialize the swift arguments.
46
+ /// Access to the Swift command line arguments.
47
+ // Use lazy initialization of static properties to
48
+ // safely initialize the swift arguments.
48
49
public static var arguments : [ String ]
49
50
= ( 0 ..< Int ( argc) ) . map { String ( cString: _unsafeArgv [ $0] !) }
50
51
}
You can’t perform that action at this time.
0 commit comments