Skip to content

Commit fe4069b

Browse files
committed
SqlDoc functionality complete. Next testing
1 parent 540f58a commit fe4069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql_doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub struct SqlDocBuilder {
2424
source: SqlFileDocSource,
2525
/// The list of Paths to be ignored for parsing purposes.
2626
deny: Vec<String>,
27-
/// Used to indicate maintaining the [`Vec<(PathBuf, SqlFileDoc`]
27+
/// Used to indicate maintaining the `[(PathBuf, SqlFileDoc)]`
2828
retain_files: bool,
2929
}
3030

0 commit comments

Comments
 (0)