File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
RetailCoder.VBE/UI/Settings Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -274,8 +274,10 @@ Sub ExampleProc()
274274 Dim iCount As Integer
275275 Static sName As String
276276
277- If YouWantMoreExamplesAndTools Then
278- ' Visit http://rubberduckvba.com/
277+ If YouLikeRubberduck Then
278+ ' Star us on GitHub http://github.com/rubberduck-vba/Rubberduck
279+ ' Follow us on Twitter @rubberduck-vba/contributors
280+ ' Visit http://rubberduckvba.com for news and updates
279281
280282 Select Case X
281283 Case ""A""
@@ -288,7 +290,7 @@ Select Case X
288290
289291 Case ""Continued strings and parameters can be"" _
290292 & ""lined up for easier reading, optionally ignoring"" _
291- , ""any operatirs (&+, etc) at the start of the line.""
293+ , ""any operators (&+, etc) at the start of the line.""
292294
293295 Debug.Print ""X<>1""
294296 End Select 'Case X
You can’t perform that action at this time.
0 commit comments