Skip to content

Commit 54591aa

Browse files
Refactor: Update IgnoreInterface example to clarify excluded state terminology
1 parent 6c0e8ca commit 54591aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pure.DI.Core/Components/Interfaces.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ internal GenerateInterfaceAttribute(
6464
/// public void Run() { }
6565
///
6666
/// [IgnoreInterface]
67-
/// public string InternalState => "hidden";
67+
/// public string InternalState => "excluded";
6868
/// }
6969
/// </code>
7070
/// </example>

0 commit comments

Comments
 (0)