Skip to content

Commit 1a72aef

Browse files
committed
---
yaml --- r: 323319 b: refs/heads/tensorflow-next c: 0b24656 h: refs/heads/master i: 323317: 6025be8 323315: ac8e38b 323311: a314a93
1 parent 632cb38 commit 1a72aef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: abb2fd7faf7a455653500dd6a6b3fed4c45c00b9
1464+
refs/heads/tensorflow-next: 0b24656c965d34af54f3166d31cb11e282bcd9fe

branches/tensorflow-next/stdlib/public/core/CommandLine.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ public enum CommandLine {
4343
return _unsafeArgv
4444
}
4545

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.
4849
public static var arguments: [String]
4950
= (0..<Int(argc)).map { String(cString: _unsafeArgv[$0]!) }
5051
}

0 commit comments

Comments
 (0)