Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into ddepta/multitest/helhetsdok
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Dec 20, 2024
2 parents b52e020 + fe39b0a commit 2bb7931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/sylvia/macros/entry-points.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/sylvia/types/communication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ These methods are:
`ExecutorBuilder` via above methods.
</Callout>

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> {
Expand Down

0 comments on commit 2bb7931

Please sign in to comment.