Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

typo

Changed files
+1 -1
slingshot
src
+1 -1
slingshot/src/server.rs
···
/// com.bad-example.repo.getUriRecord
///
/// Ergonomic complement to [`com.atproto.repo.getRecord`](https://docs.bsky.app/docs/api/com-atproto-repo-get-record)
-
/// which accepts an at-uri instead of individual rep/collection/rkey params
#[oai(path = "/com.bad-example.repo.getUriRecord", method = "get")]
async fn get_uri_record(
&self,
···
/// com.bad-example.repo.getUriRecord
///
/// Ergonomic complement to [`com.atproto.repo.getRecord`](https://docs.bsky.app/docs/api/com-atproto-repo-get-record)
+
/// which accepts an at-uri instead of individual repo/collection/rkey params
#[oai(path = "/com.bad-example.repo.getUriRecord", method = "get")]
async fn get_uri_record(
&self,