Skip to content

Commit f003514

Browse files
authored
fix:Update minor typo (#662)
1 parent 2d36a34 commit f003514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/runtimes/net/src/searchableencryption/BeaconStylesSearchableEncryptionExample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static async Task PutItemQueryItemWithBeaconStyles(String branchKeyId)
6161
},
6262

6363
// The basket beacon allows searching on the encrypted basket attribute
64-
// basket is used as a Set, and therefore needs a beacon style to reflect that.
64+
// Basket is used as a Set, and therefore needs a beacon style to reflect that.
6565
// Further, we need to be able to compare the items in basket to the fruit attribute
6666
// so we `share` this beacon with `fruit`.
6767
// Since we need both of these things, we use the SharedSet style.
@@ -284,4 +284,4 @@ public static async Task PutItemQueryItemWithBeaconStyles(String branchKeyId)
284284
Debug.Assert(scanResponse.Items.Count == 1);
285285
Debug.Assert(scanResponse.Items[0]["work_id"].S == item2["work_id"].S);
286286
}
287-
}
287+
}

0 commit comments

Comments
 (0)