VBA-tools / vba-test

Add testing and TDD to VBA on Windows and Mac
MIT License
202 stars 46 forks source link

Function Examples end as Sub #31

Closed ColmBhandal closed 5 years ago

ColmBhandal commented 5 years ago

There are at least two code examples in this project which are functions but end with "End Sub":

This is a trivial issue, I know. It's a documentation issue really rather than a source code issue. But since the fix is also trivial I figured I might as well raise it.

Fix: Change "End Sub" to "End Function"

P.s. Thanks for the amazing test harness!

cxw42 commented 5 years ago

Looks like #32 took care of readme.md, and I just edited the wiki page :) . I believe this can be closed.

timhall commented 5 years ago

👍