Skip to content

Commit b70df4e

Browse files
committed
Fixing small doc/comment issue.
1 parent 204f210 commit b70df4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/Managed/src/Microsoft.WindowsAzure.MobileServices/Table/Sync/Queue/Operations/MobileServiceTableOperationKind.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ public enum MobileServiceTableOperationKind
2020
/// </summary>
2121
Insert = 0,
2222
/// <summary>
23-
/// Delete operation
23+
/// Update operation
2424
/// </summary>
2525
Update = 1,
2626
/// <summary>
27-
/// Update operation
27+
/// Delete operation
2828
/// </summary>
2929
Delete = 2
3030
}

0 commit comments

Comments
 (0)