File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Examples/runtimes/net/src/searchableencryption Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments