Skip to content

Commit fdeae1c

Browse files
authored
fix CS1584 XML comment has syntactically incorrect cref attribute (#587)
1 parent cdc28f0 commit fdeae1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Bogus/Extensions/Italy/ExtensionsForItaly.CodiceFiscale.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Bogus.Extensions.Italy;
99
/// <summary>
1010
/// This class implements the principal routines of the Italian fiscal code,
1111
/// used to unambiguously identify individuals residing in Italy.
12-
/// <see cref="https://en.wikipedia.org/wiki/Italian_fiscal_code_card"/>
12+
/// See: https://en.wikipedia.org/wiki/Italian_fiscal_code_card
1313
/// </summary>
1414
internal static class CodiceFiscaleGenerator
1515
{

0 commit comments

Comments
 (0)