Skip to content

Commit dc10d7a

Browse files
committed
Typo
1 parent 3e14570 commit dc10d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use serde_json::json;
33

44
#[tokio::main]
55
async fn main() {
6-
// Api Key (None => Test API, Some(key) => Productino API)
6+
// Api Key (None => Test API, Some(key) => Production API)
77
let api_key = None;
88

99
// Create client

0 commit comments

Comments
 (0)