Skip to content

Commit 94f368c

Browse files
committed
Fix README
1 parent 80bb95f commit 94f368c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Function AddTests() As TestSuite
2828
.IsEqual Add(1, 2, 3), 6
2929
.IsEqual Add(1, 2, 3, 4), 10
3030
End With
31-
End Sub
31+
End Function
3232

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

0 commit comments

Comments
 (0)