Skip to content

Commit e7af4a0

Browse files
authored
Merge pull request #32 from kanayama-ACN/feature/fix-readme
Fix README
2 parents 80bb95f + 94f368c commit e7af4a0

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)