Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Jun 28, 2024
1 parent 17a47b2 commit 6bd8467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqllogictest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
//!
//! You can also parse the script and execute the records separately:
//!
//! ```rust
//! ```ignore
//! let records = sqllogictest::parse_file("script.slt").unwrap();
//! for record in records {
//! tester.run(record).unwrap();
Expand Down

0 comments on commit 6bd8467

Please sign in to comment.