Skip to content

Commit

Permalink
Spelling and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
saintentropy committed Apr 4, 2024
1 parent 3fcc1a5 commit 4ae8445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DynamoCore/Configuration/PreferenceSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public bool IsBackgroundPreviewActive
public bool ShowEdges { get; set; }

/// <summary>
/// Indicates whether background preview use instancing
/// Indicates whether background preview use instancing when rendering geometry.
/// be rendered.
/// </summary>
public bool UseRenderInstancing { get; set; }

Check failure on line 365 in src/DynamoCore/Configuration/PreferenceSettings.cs

View workflow job for this annotation

GitHub Actions / analyze

Symbol 'UseRenderInstancing.set' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check failure on line 365 in src/DynamoCore/Configuration/PreferenceSettings.cs

View workflow job for this annotation

GitHub Actions / analyze

Symbol 'UseRenderInstancing.get' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Expand Down
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/ViewModels/Menu/PreferencesViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public bool RunPreviewIsChecked
}

/// <summary>
/// Controls the IsChecked property in the Show Static Splash Screen toogle button
/// Controls the IsChecked property in the Show Static Splash Screen toggle button
/// </summary>
public bool StaticSplashScreenEnabled
{
Expand Down

0 comments on commit 4ae8445

Please sign in to comment.