From 85ac3dbfa528deca357dc8d4428547b48a9c835f Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Thu, 19 Dec 2024 20:11:18 +0100 Subject: [PATCH 1/2] Typo entry-points.mdx --- src/pages/sylvia/macros/entry-points.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/sylvia/macros/entry-points.mdx b/src/pages/sylvia/macros/entry-points.mdx index c3fe1ce0..c93dfb9f 100644 --- a/src/pages/sylvia/macros/entry-points.mdx +++ b/src/pages/sylvia/macros/entry-points.mdx @@ -108,7 +108,7 @@ where } ``` -We do that by adding parantheses after the `entry_points` macro and passing `generics` attribute +We do that by adding parentheses after the `entry_points` macro and passing `generics` attribute with concrete types passed in brackets. From 5083872850c72440ec65f0800edf72876b69c5a1 Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Thu, 19 Dec 2024 20:11:49 +0100 Subject: [PATCH 2/2] Typo communication.mdx --- src/pages/sylvia/types/communication.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/sylvia/types/communication.mdx b/src/pages/sylvia/types/communication.mdx index 5f356055..89e748ee 100644 --- a/src/pages/sylvia/types/communication.mdx +++ b/src/pages/sylvia/types/communication.mdx @@ -37,7 +37,7 @@ These methods are: `ExecutorBuilder` via above methods. -The `Remote` can be stored as a represantation of a specific contract: +The `Remote` can be stored as a representation of a specific contract: ```rust, template="sylvia-empty" pub struct Contract<'a> {