We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e14570 commit dc10d7aCopy full SHA for dc10d7a
examples/sample/src/main.rs
@@ -3,7 +3,7 @@ use serde_json::json;
3
4
#[tokio::main]
5
async fn main() {
6
- // Api Key (None => Test API, Some(key) => Productino API)
+ // Api Key (None => Test API, Some(key) => Production API)
7
let api_key = None;
8
9
// Create client
0 commit comments