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)
61
61
} ,
62
62
63
63
// 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.
65
65
// Further, we need to be able to compare the items in basket to the fruit attribute
66
66
// so we `share` this beacon with `fruit`.
67
67
// Since we need both of these things, we use the SharedSet style.
@@ -284,4 +284,4 @@ public static async Task PutItemQueryItemWithBeaconStyles(String branchKeyId)
284
284
Debug . Assert ( scanResponse . Items . Count == 1 ) ;
285
285
Debug . Assert ( scanResponse . Items [ 0 ] [ "work_id" ] . S == item2 [ "work_id" ] . S ) ;
286
286
}
287
- }
287
+ }
You can’t perform that action at this time.
0 commit comments