Skip to content

Commit

Permalink
fix typos (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Graf <victor@risczero.com>
  • Loading branch information
shuoer86 and nategraf authored Feb 27, 2024
1 parent d41f9e9 commit 4e7bc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay/examples/offchain_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ use ethers::{types::Address, utils::id};
use methods::FIBONACCI_ID;
use risc0_zkvm::sha::Digest;

/// Exmaple code for sending a REST API request to the Bonsai relay service to
/// Example code for sending a REST API request to the Bonsai relay service to
/// requests, execution, proving, and on-chain callback for a zkVM guest
/// application.
#[derive(Parser, Debug)]
#[command(author, version, about, long_about)]
struct Args {
/// Adress for the BonsaiStarter application contract.
/// Address for the BonsaiStarter application contract.
address: Address,

/// Input N for calculating the Nth Fibonacci number.
Expand Down

0 comments on commit 4e7bc16

Please sign in to comment.