Change comment

This commit is contained in:
bitfl0wer 2023-04-20 19:47:20 +02:00
parent e43b3934e4
commit 897df7adce
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
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 std::error::Error for InstancePoliciesError {}
impl Instance { impl Instance {
/// Gets the instance policies schema. /**
/// # Errors Gets the instance policies schema.
/// * [`InstancePoliciesError`] - If the request fails. # Errors
[`InstancePoliciesError`] - If the request fails.
*/
pub async fn instance_policies_schema( pub async fn instance_policies_schema(
&self, &self,
) -> Result<InstancePoliciesSchema, InstancePoliciesError> { ) -> Result<InstancePoliciesSchema, InstancePoliciesError> {