From 494ee53e7310aaefe5b60656d9f728299ce03286 Mon Sep 17 00:00:00 2001 From: Phoebe Goldman Date: Tue, 14 Jan 2025 16:03:37 -0500 Subject: [PATCH] Fix typo: "visibility" doesn't make sense here Co-authored-by: joshua-spacetime Signed-off-by: Phoebe Goldman --- crates/bindings-macro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bindings-macro/src/lib.rs b/crates/bindings-macro/src/lib.rs index 346c18823a..9b47a2b62c 100644 --- a/crates/bindings-macro/src/lib.rs +++ b/crates/bindings-macro/src/lib.rs @@ -359,7 +359,7 @@ pub fn schema_type(input: StdTokenStream) -> StdTokenStream { }) } -/// Generates code for registering a row-level security visibility. +/// Generates code for registering a row-level security rule. /// /// This attribute must be applied to a `const` binding of type [`Filter`]. /// The filter will be installed as if an additional SQL `WHERE` predicate