mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix casing in Sandbox.yml (2 characters changed) (#6243)
* Fix casing in DateOnly property in Sandbox.yml * another typo
This commit is contained in:
@@ -1093,7 +1093,7 @@ Types:
|
||||
- "string ToHexString(System.ReadOnlySpan`1<byte>)"
|
||||
|
||||
Converter`2: { All: True } # Delegate
|
||||
DateOnly: { all: True }
|
||||
DateOnly: { All: True }
|
||||
DateTime: { All: True }
|
||||
DateTimeKind: { } # Enum
|
||||
DateTimeOffset: { All: True }
|
||||
@@ -1426,7 +1426,7 @@ Types:
|
||||
- "void CopyTo(int, char[], int, int)"
|
||||
StringComparison: { } # Enum
|
||||
StringSplitOptions: { } # Enum
|
||||
TimeOnly: { all: True }
|
||||
TimeOnly: { All: True }
|
||||
TimeSpan: { All: True }
|
||||
Type:
|
||||
# COM, marshalling, interop, etc... stuff omitted.
|
||||
|
||||
Reference in New Issue
Block a user