fix protobuf syntac highlighting

This commit is contained in:
Jazz Turner-Baggs 2025-07-07 06:51:52 -07:00
parent efb4635c57
commit 6e3e08b4f7
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ A Conversation is an instance of a particular ConversationType which contains th
### ConversationIdentifiers
A Conversation instance MUST a conversationd_id and the `conversation_id` MUST uniquely identify the conversation.
A Conversation instance MUST a conversation_id and the `conversation_id` MUST uniquely identify the conversation.
[TODO: Should more guidance be added later? e,g /<convo_type>/<version>/<ident>]
@ -86,7 +86,7 @@ To mitigate this risk and provide a safer default for Conversation implementors,
The wire format is specified using protocol buffers v3.
```mermaid
```protobuf
message UmbraEnvelopeV1 {

View File

@ -70,7 +70,7 @@ The EncryptedBytes message is a self-describing wrapper for all encrypted payloa
## Wire Format Specification / Syntax
The wire format is specified using protocol buffers v3.
```mermaid
```protobuf
message InboxV1Frame {
string recipient = 1;