Skip to content

Commit

Permalink
Add missing parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZevEisenberg authored Dec 15, 2023
1 parent bda5eab commit 5726638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func testExpressibleByStringLiteral() {
Pair("1", V(major: 1)),
fPair("1.0", V(major: 1)), // Only this test will run.
Pair("1.0.0", V(major: 1)),
]
])
}
```

Expand All @@ -65,7 +65,7 @@ func testExpressibleByStringLiteral() {
Pair("1", V(major: 1)),
xPair("1.0", V(major: 1)), // These last two tests will be ignored.
xPair("1.0.0", V(major: 1)),
]
])
}
```

Expand Down

0 comments on commit 5726638

Please sign in to comment.