Skip to content

Commit 304d2a8

Browse files
authored
Merge pull request #18 from sdaves/patch-1
Fix broken sample code
2 parents a4a67e3 + 1237570 commit 304d2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Function Specs() As SpecSuite
2727
.Expect(Add(1, 2, 3)).ToEqual 6
2828
.Expect(Add(1, 2, 3, 4)).ToEqual 10
2929
End With
30-
End Sub
30+
End Function
3131

3232
Public Function Add(ParamArray Values() As Variant) As Double
3333
Dim i As Integer

0 commit comments

Comments
 (0)