Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Fixed typo in the C# code. #100

Merged
merged 1 commit into from
Jan 14, 2022
Merged

Fixed typo in the C# code. #100

merged 1 commit into from
Jan 14, 2022

Conversation

MahmudX
Copy link
Contributor

@MahmudX MahmudX commented Jan 6, 2022

        ...  
        appBuilder
            .UseMauiApp<App>()
            .ConfigureGraphicsControls()); //Here removed the extra ')'
        ...
    }
}

```csharp
        ...  
        appBuilder
            .UseMauiApp<App>()
            .ConfigureGraphicsControls()); //Here removed the extra ')'
        ...
    }
}
```
@jsuarezruiz jsuarezruiz self-requested a review January 10, 2022 09:05
@jsuarezruiz jsuarezruiz merged commit f0098e0 into dotnet:main Jan 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants