Skip to content

Commit

Permalink
chore: fix typo "slq_chain" -> "sql_chain" (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk authored Apr 22, 2024
1 parent 5611e28 commit 859a4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sql_chain.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// To run this example execute: cargo run --example slq_chain --features postgres
// To run this example execute: cargo run --example sql_chain --features postgres

#[cfg(feature = "postgres")]
use langchain_rust::{
Expand Down

0 comments on commit 859a4f7

Please sign in to comment.