From aaf8ba8f5561eb57168748e2c3278545b0151881 Mon Sep 17 00:00:00 2001 From: Colin Marc Date: Thu, 12 Dec 2024 10:50:21 +0100 Subject: [PATCH] docs: wrap line --- mm-protocol/src/messages.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm-protocol/src/messages.proto b/mm-protocol/src/messages.proto index 29fadd2..99cd7c7 100644 --- a/mm-protocol/src/messages.proto +++ b/mm-protocol/src/messages.proto @@ -80,7 +80,8 @@ package messages; // // ## Protocol Versioning // -// The protocol follows Semantic Versioning rules, as defined by this document: +// The protocol follows Semantic Versioning rules, as defined by this document: +// // // As such, servers should support clients using the same major version of the // protocol, and vice versa, with the exception of major version 0 (the current