diff --git a/src/builder.rs b/src/builder.rs index 1b9dca4..77435ee 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -100,7 +100,7 @@ impl SdJwtBuilder { /// Sets the JWT header. /// ## Notes /// - if [`SdJwtBuilder::header`] is not called, the default header is used: ```json { "typ": "sd-jwt", "alg": - /// "" } ``` + /// "" } ``` /// - `alg` is always replaced with the value passed to [`SdJwtBuilder::finish`]. pub fn header(mut self, header: JsonObject) -> Self { self.header = header;