Skip to content

Commit a8aadf6

Browse files
committed
Preview text tweaks.
1 parent e8f4014 commit a8aadf6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RetailCoder.VBE/UI/Settings/IndenterSettingsViewModel.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)