Change comment

This commit is contained in:
bitfl0wer 2023-04-20 19:47:20 +02:00
parent d2f3403a18
commit 5baed11d4e
1 changed files with 5 additions and 3 deletions

View File

@ -25,9 +25,11 @@ pub mod instance {
impl std::error::Error for InstancePoliciesError {}
impl Instance {
/// Gets the instance policies schema.
/// # Errors
/// * [`InstancePoliciesError`] - If the request fails.
/**
Gets the instance policies schema.
# Errors
[`InstancePoliciesError`] - If the request fails.
*/
pub async fn instance_policies_schema(
&self,
) -> Result<InstancePoliciesSchema, InstancePoliciesError> {