Skip to content

Commit 7023773

Browse files
authored
Improvements in comments for Convert (#193)
***NO_CI***
1 parent bf72bec commit 7023773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFramework.CoreLibrary/System/Convert.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ public static ulong ToUInt64(
442442
0,
443443
fromBase,
444444
true,
445-
out _);
445+
out _);
446446
}
447447

448448
/// <summary>

0 commit comments

Comments
 (0)