Skip to content

Commit e134ece

Browse files
Various fixes in grammar and Intellisense comments (#164)
***NO_CI***
1 parent ea980b9 commit e134ece

File tree

3 files changed

+127
-90
lines changed

3 files changed

+127
-90
lines changed

nanoFramework.Hardware.Esp32/Errors.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public enum EspNativeError : Int32
1616
/// No error
1717
/// </summary>
1818
OK = 0,
19+
1920
/// <summary>
2021
/// The function failed
2122
/// </summary>

nanoFramework.Hardware.Esp32/NativeMemory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class NativeMemory
1919
public enum MemoryType
2020
{
2121
/// <summary>
22-
/// All memory ( Internal and SpiRam
22+
/// All memory ( Internal and SpiRam ).
2323
/// </summary>
2424
All,
2525
/// <summary>

0 commit comments

Comments
 (0)