Simplify a name

This commit is contained in:
Jordan Dominion
2023-11-17 08:58:29 -05:00
parent 69774722fb
commit 85aa8d0f93
@@ -6,7 +6,7 @@
public sealed class EngineInstallResponse : FileTicketResponse
{
/// <summary>
/// The <see cref="JobResponse"/> being used to install a new <see cref="Models.EngineVersion"/>.
/// The <see cref="JobResponse"/> being used to install a new <see cref="EngineVersion"/>.
/// </summary>
[ResponseOptions]
public JobResponse? InstallJob { get; set; }