Skip to content

Commit 87f3a86

Browse files
committed
fix: docs test
1 parent 65dbd09 commit 87f3a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pg_analyse/src/categories.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl ActionCategory {
5555
///
5656
/// ```
5757
/// use std::borrow::Cow;
58-
/// use biome_analyze::{ActionCategory, RefactorKind};
58+
/// use pg_analyse::{ActionCategory, RefactorKind};
5959
///
6060
/// assert!(ActionCategory::QuickFix(Cow::from("quickfix")).matches("quickfix"));
6161
///

0 commit comments

Comments
 (0)