Skip to content

Commit

Permalink
Merge pull request #3564 from dfinity/jessiemongeon1-patch-2
Browse files Browse the repository at this point in the history
fix: capitalization
  • Loading branch information
jessiemongeon1 authored Oct 3, 2024
2 parents ccbd1be + 289dceb commit 63380f5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To deploy code using the `sign_with_schnorr` method, you will need to specify th

</TabItem>

<TabItem value="rust" label="rust">
<TabItem value="rust" label="Rust">

```rust
#[update]
Expand Down Expand Up @@ -135,7 +135,7 @@ function verify(bip340) {

</TabItem>

<TabItem value="rust" label="rust">
<TabItem value="rust" label="Rust">

```rust
#[query]
Expand Down Expand Up @@ -200,7 +200,7 @@ function verify(ed25519) {
```

</TabItem>
<TabItem value="rust" label="rust">
<TabItem value="rust" label="Rust">

```rust
#[query]
Expand Down

0 comments on commit 63380f5

Please sign in to comment.