Skip to content

Commit eebdb2d

Browse files
committed
fix docs
1 parent 9ddbdd3 commit eebdb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action/run_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl<'a> Action for RunCommand<'a> {
164164
}
165165
}
166166

167-
/// Run a database-level command. Create with [`Database::run_command`].
167+
/// Run a database-level command. Create with [`Database::raw_run_command`].
168168
#[must_use]
169169
pub struct RawRunCommand<'a> {
170170
db: &'a Database,

0 commit comments

Comments
 (0)