Skip to content

Commit 6ac5cad

Browse files
committed
fix typo in comment
1 parent 1c91acb commit 6ac5cad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Smdn.Devices.BP35XX/Smdn.Devices.BP35XX.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
1111
<Nullable>enable</Nullable>
12-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
12+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1313
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1414
</PropertyGroup>
1515

src/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99
<VersionSuffix></VersionSuffix>
1010
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
1111
<Nullable>enable</Nullable>
12-
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
12+
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0130 -->
1313
<NoWarn>CA1848;$(NoWarn)</NoWarn> <!-- CA1848: For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogXxxxx(...)' -->
1414
<NoWarn>CS1591;$(NoWarn)</NoWarn> <!-- CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' -->
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)