Skip to content

Commit 5718e95

Browse files
committed
Update XML docs to use 'MAUI' instead of 'maui'
Corrected XML documentation comments to consistently use 'MAUI' in uppercase, improving clarity and adherence to naming conventions.
1 parent ba59446 commit 5718e95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ReactiveUI.Maui/Builder/MauiReactiveUIBuilderExtensions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ namespace ReactiveUI.Builder;
1313
public static class MauiReactiveUIBuilderExtensions
1414
{
1515
/// <summary>
16-
/// Gets the maui main thread scheduler.
16+
/// Gets the MAUI main thread scheduler.
1717
/// </summary>
1818
/// <value>
19-
/// The maui main thread scheduler.
19+
/// The MAUI main thread scheduler.
2020
/// </value>
2121
public static IScheduler MauiMainThreadScheduler { get; } = DefaultScheduler.Instance;
2222

@@ -73,7 +73,7 @@ public static IReactiveUIBuilder WithMaui(this IReactiveUIBuilder builder, IDisp
7373
}
7474

7575
/// <summary>
76-
/// Withes the maui scheduler.
76+
/// Adds the MAUI scheduler.
7777
/// </summary>
7878
/// <param name="builder">The builder.</param>
7979
/// <returns>The builder instance for chaining.</returns>

0 commit comments

Comments
 (0)