diff --git a/src/Avalonia.Controls/LayoutTransformControl.cs b/src/Avalonia.Controls/LayoutTransformControl.cs index 07372eb714..1430c39c76 100644 --- a/src/Avalonia.Controls/LayoutTransformControl.cs +++ b/src/Avalonia.Controls/LayoutTransformControl.cs @@ -45,7 +45,7 @@ namespace Avalonia.Controls } /// - /// Utilize the for layout transforms. + /// Utilize the for layout transforms. /// public bool UseRenderTransform { diff --git a/src/Avalonia.Styling/Controls/NameScopeLocator.cs b/src/Avalonia.Styling/Controls/NameScopeLocator.cs index 719cf9344b..354ed33657 100644 --- a/src/Avalonia.Styling/Controls/NameScopeLocator.cs +++ b/src/Avalonia.Styling/Controls/NameScopeLocator.cs @@ -15,10 +15,8 @@ namespace Avalonia.Controls /// /// Tracks a named control relative to another control. /// - /// - /// The control relative from which the other control should be found. - /// - /// The name of the control to find. + /// The scope relative from which the object should be resolved. + /// The name of the object to find. public static IObservable Track(INameScope scope, string name) { return new NeverEndingSynchronousCompletionAsyncResultObservable(scope.FindAsync(name));