mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-20 06:32:04 -04:00
Fix typo: "visibility" doesn't make sense here
Co-authored-by: joshua-spacetime <josh@clockworklabs.io> Signed-off-by: Phoebe Goldman <phoebe@goldman-tribe.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user