Skip to content

Commit 49c556c

Browse files
committed
Fix typo
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 264a649 commit 49c556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/src/interpreters/access/accessor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use crate::sql::plans::Plan;
2424

2525
#[async_trait::async_trait]
2626
pub trait AccessChecker: Sync + Send {
27-
// Check the access permission for the old plan.
27+
// Check the access permission for the plan.
2828
async fn check(&self, _plan: &Plan) -> Result<()>;
2929
}
3030

0 commit comments

Comments
 (0)