Skip to content

Commit

Permalink
Docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jul 18, 2024
1 parent f0ace3f commit 449e7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MonkeyLoader/Meta/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,12 @@ IEnumerable<IDefiningConfigKey> INestedIdentifiableOwner<IDefiningConfigKey>.Ite
public abstract string? ReleaseNotes { get; }

/// <summary>
/// Gets whether this <see cref="NuGetPackageMod"/>'s <see cref="Shutdown"/> method failed when it was called.
/// Gets whether this <see cref="Mod"/>'s <see cref="Shutdown"/> method failed when it was called.
/// </summary>
public bool ShutdownFailed { get; private set; } = false;

/// <summary>
/// Gets whether this <see cref="NuGetPackageMod"/>'s <see cref="Shutdown"/> method has been called.
/// Gets whether this <see cref="Mod"/>'s <see cref="Shutdown"/> method has been called.
/// </summary>
public bool ShutdownRan { get; private set; } = false;

Expand Down

0 comments on commit 449e7b1

Please sign in to comment.