Skip to content

Commit

Permalink
fix typo, remove redundant usings
Browse files Browse the repository at this point in the history
  • Loading branch information
williambohrmann3 committed Jan 3, 2024
1 parent ea7aae9 commit e96f0a4
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@
// ******************************************************************************/

#if WPF || WINDOWS_XAML
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using Esri.ArcGISRuntime.Data;
using Esri.ArcGISRuntime.Geometry;
using Esri.ArcGISRuntime.UI;
using Esri.ArcGISRuntime.UI.Controls;
#if WPF
using System.Windows.Controls.Primitives;
#endif
Expand Down Expand Up @@ -619,7 +613,7 @@ private static void OnSketchEditorPropertyChanged(DependencyObject d, Dependency
}

/// <summary>
/// Gets or sets the sketch edtiro used for measuring areas.
/// Gets or sets the sketch editor used for measuring areas.
/// </summary>
public SketchEditor? AreaSketchEditor
{
Expand Down

0 comments on commit e96f0a4

Please sign in to comment.