Skip to content

Commit 1b088d5

Browse files
committed
Fix XMLDoc
Missing VBA Comment apostrophe
1 parent 2cfbb9d commit 1b088d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.CodeAnalysis/Inspections/Concrete/ProcedureNotUsedInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace Rubberduck.CodeAnalysis.Inspections.Concrete
5151
///
5252
/// Public Sub DoSomething()
5353
/// 'a public procedure in a standard module may be a macro
54-
/// attached to a worksheet Shape or invoked by means other than user code.
54+
/// 'attached to a worksheet Shape or invoked by means other than user code.
5555
/// End Sub
5656
/// ]]>
5757
/// </module>

0 commit comments

Comments
 (0)