Skip to content

Commit cfcd9df

Browse files
committed
fix typo in comment
1 parent 0be0bcc commit cfcd9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Net.MuninNode/Smdn.Net.MuninNode.csproj

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

0 commit comments

Comments
 (0)