Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 5bd522f

Browse files
committed
Fix typo in a comment.
1 parent ce2945d commit 5bd522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TensorFlowTests/LazyTensorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ final class LazyTensorTests: XCTestCase {
8787
let t3 = LazyTensor(_lazyLive: op1, index: 0)
8888
XCTAssertTrue(LazyTensor.isLive(op1))
8989
assertLive([op0, op1])
90-
// The following are here just to ensure t3 is live.
90+
// The following is here just to ensure t3 is live.
9191
XCTAssertTrue(isSymbolic(t3))
9292
}
9393
XCTAssertFalse(LazyTensor.isLive(op1))

0 commit comments

Comments
 (0)