Skip to content

Commit cc7639f

Browse files
committed
fix copypasta
1 parent a2910fb commit cc7639f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • StabilityMatrix.Avalonia/ViewModels/Inference/Modules

StabilityMatrix.Avalonia/ViewModels/Inference/Modules/NRSModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public NRSModule(IServiceManager<ViewModelBase> vmFactory)
2020
}
2121

2222
/// <summary>
23-
/// Applies FreeU to the Model property
23+
/// Applies NRS to the Model property
2424
/// </summary>
2525
protected override void OnApplyStep(ModuleApplyStepEventArgs e)
2626
{

0 commit comments

Comments
 (0)