Skip to content

Commit c076ef5

Browse files
committed
fix(security): correct composite_query description to "query methods" not "query call"
1 parent 1d1eeea commit c076ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/security/data-integrity-and-authenticity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99

1010
### Security concern
1111

12-
ICP offers three modes of operation for canisters: `update`, `query`, and `composite_query`. For simplicity, this guide treats `composite_query` as a query call for the rest of this section.
12+
ICP offers three modes of operation for canisters: `update`, `query`, and `composite_query`. For simplicity, this guide treats `composite_query` methods as query methods for the rest of this section.
1313

1414
Update calls are slow and expensive but provide integrity guarantees as their responses include a threshold signature signed by the subnet.
1515

0 commit comments

Comments
 (0)