Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes in grammar and Intellisense comments #164

Merged
merged 9 commits into from
Jun 15, 2022
1 change: 1 addition & 0 deletions nanoFramework.Hardware.Esp32/Errors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public enum EspNativeError : Int32
/// No error
/// </summary>
OK = 0,

/// <summary>
/// The function failed
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.Hardware.Esp32/NativeMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class NativeMemory
public enum MemoryType
{
/// <summary>
/// All memory ( Internal and SpiRam
/// All memory ( Internal and SpiRam ).
/// </summary>
All,
/// <summary>
Expand Down
Loading