identity-service-api: Fix a typo

This commit is contained in:
Jonas Platte 2021-04-08 14:02:34 +02:00
parent 2923f1066e
commit dd80c2e0ab
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,4 +1,4 @@
//! [GET /_matrix/identity/v2/pubkey/isvalid](https://matrix.org/docs/spec/identity_service/0.3.0#get-matrix-identity-v2-pubkey-isvalid)
//! [GET /_matrix/identity/v2/pubkey/isvalid](https://matrix.org/docs/spec/identity_service/r0.3.0#get-matrix-identity-v2-pubkey-isvalid)
use ruma_api::ruma_api;