Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #72

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading