···355355 /// (hostname) to a [`DID`](https://atproto.com/guides/glossary#did-decentralized-id).
356356 ///
357357 /// Compatibility note: **Slingshot will _always_ bi-directionally verify
358358- /// against the DID document**, which is optional by the authoritative
359359- /// lexicon. You can trust the `DID` returned from this endpoint without
360360- /// further checks, but this may not hold if you switch from Slingshot to a
361361- /// different service offering this query.
358358+ /// against the DID document**, which is optional according to the
359359+ /// authoritative lexicon.
362360 ///
363363- /// See also the [canonical `com.atproto` XRPC documentation](https://docs.bsky.app/docs/api/com-atproto-identity-resolve-handle)
361361+ /// See the [canonical `com.atproto` XRPC documentation](https://docs.bsky.app/docs/api/com-atproto-identity-resolve-handle)
364362 /// that this endpoint aims to be compatible with.
365363 #[oai(
366364 path = "/com.atproto.identity.resolveHandle",