Skip to content

Commit 825c3db

Browse files
committed
fix typo
1 parent f4a6dc6 commit 825c3db

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-foundry/foundry-local/includes/integrate-examples

1 file changed

+1
-1
lines changed

articles/ai-foundry/foundry-local/includes/integrate-examples/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cargo add tokio --features full
2929

3030
The following example demonstrates how to inference using a request to the Foundry Local service. The code initializes the Foundry Local service, loads a model, and generates a response using the `reqwest` library.
3131

32-
Copy-and-paste the following code the Rust file named `main.rs`:
32+
Copy-and-paste the following code into the Rust file named `main.rs`:
3333

3434
```rust
3535
use foundry_local::FoundryLocalManager;

0 commit comments

Comments
 (0)