Skip to content

Commit 0d12d0f

Browse files
committed
Remove unneeded %2A
1 parent a29b778 commit 0d12d0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/TimeSpan.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5140,8 +5140,8 @@ The value of this constant is 10.
51405140
This property converts the value of this instance from ticks to microseconds.
51415141
This number might include whole and fractional microseconds.
51425142
5143-
The <xref:System.TimeSpan.TotalMicroseconds%2A> property represents whole and fractional microseconds,
5144-
whereas the <xref:System.TimeSpan.Microseconds%2A> property represents whole microseconds.
5143+
The <xref:System.TimeSpan.TotalMicroseconds> property represents whole and fractional microseconds,
5144+
whereas the <xref:System.TimeSpan.Microseconds> property represents whole microseconds.
51455145
51465146
]]></format>
51475147
</remarks>
@@ -5312,8 +5312,8 @@ The <xref:System.TimeSpan.TotalMicroseconds%2A> property represents whole and fr
53125312
This property converts the value of this instance from ticks to nanoseconds.
53135313
This number might include whole and fractional nanoseconds.
53145314
5315-
The <xref:System.TimeSpan.TotalNanoseconds%2A> property represents whole and fractional nanoseconds,
5316-
whereas the <xref:System.TimeSpan.Nanoseconds%2A> property represents whole nanoseconds.
5315+
The <xref:System.TimeSpan.TotalNanoseconds> property represents whole and fractional nanoseconds,
5316+
whereas the <xref:System.TimeSpan.Nanoseconds> property represents whole nanoseconds.
53175317
53185318
]]></format>
53195319
</remarks>

0 commit comments

Comments
 (0)