Skip to content

Commit 5034e7f

Browse files
Jim8yshargon
andauthored
Update src/Neo/Plugins/Plugin.cs
Co-authored-by: Shargon <shargon@gmail.com>
1 parent 79d597c commit 5034e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo/Plugins/Plugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public abstract class Plugin : IDisposable
7070

7171
/// <summary>
7272
/// If the plugin should be stopped when an exception is thrown.
73-
/// Default is <see langword="true"/>.
73+
/// Default is StopNode.
7474
/// </summary>
7575
protected internal virtual UnhandledExceptionPolicy ExceptionPolicy { get; init; } = UnhandledExceptionPolicy.StopNode;
7676

0 commit comments

Comments
 (0)