Skip to content

Commit 70595fa

Browse files
committed
Fix comments
1 parent cd3a735 commit 70595fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/YamsTests/ConstructorTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,10 @@ class ConstructorTests: XCTestCase { // swiftlint:disable:this type_body_length
418418

419419
YamsAssertEqual(nodes, expected)
420420

421-
// "="'s value will be returned by accessing `string`
421+
// value for "=" key will be returned on accessing `string`
422422
XCTAssertEqual(nodes[1]["link with"]?[0]?.string, "library1.dll")
423423
XCTAssertEqual(nodes[1]["link with"]?[1]?.string, "library2.dll")
424-
// it also work as mapping
424+
// it also works as mapping
425425
XCTAssertEqual(nodes[1]["link with"]?[0]?["="], "library1.dll")
426426
XCTAssertEqual(nodes[1]["link with"]?[0]?["version"], "1.2")
427427
XCTAssertEqual(nodes[1]["link with"]?[1]?["="], "library2.dll")

0 commit comments

Comments
 (0)