Skip to content

Commit cd2669f

Browse files
committed
docs(server-macros): fix typo in AUTH_METADATA_CONST doc comment
OpenShell is one word; reference name in the doc should be OPENSHELL_AUTH_METADATA, not OPEN_SHELL_AUTH_METADATA. Addresses review nit on PR #1596. Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
1 parent a8f611e commit cd2669f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/openshell-server-macros/src

crates/openshell-server-macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ fn snake_to_pascal(ident: &str) -> String {
200200
/// service module is what disambiguates between services — every impl
201201
/// lives in its own module (`crate::grpc::AUTH_METADATA`,
202202
/// `crate::inference::AUTH_METADATA`), so a fixed name reads more
203-
/// naturally than `OPEN_SHELL_AUTH_METADATA` / `INFERENCE_AUTH_METADATA`.
203+
/// naturally than `OPENSHELL_AUTH_METADATA` / `INFERENCE_AUTH_METADATA`.
204204
const AUTH_METADATA_CONST: &str = "AUTH_METADATA";
205205

206206
fn trait_ident(item: &ItemImpl) -> Result<Ident> {

0 commit comments

Comments
 (0)