Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo: aninteger -> an integer
  • Loading branch information
nschonni committed Mar 26, 2019
commit 627aca44e08774259cf466b9b258efe7f7d7b84f
2 changes: 1 addition & 1 deletion xml/System/Convert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8640,7 +8640,7 @@
<format type="text/markdown"><![CDATA[

## Examples
The following example attempts to convert each element in an array of <xref:System.Double> values to aninteger.
The following example attempts to convert each element in an array of <xref:System.Double> values to an integer.

[!code-csharp[System.Convert.ToInt32#5](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.convert.toint32/cs/toint32_1.cs#5)]
[!code-vb[System.Convert.ToInt32#5](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.convert.toint32/vb/toint32_1.vb#5)]
Expand Down