From 8f4a80df30a9c5b8b7d8301da45dadb21e4a5494 Mon Sep 17 00:00:00 2001 From: Ursula Date: Mon, 10 Feb 2025 10:52:07 +0200 Subject: [PATCH] docs: fix unnecessary semicolon after oneof parent --- docs/SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SPECIFICATION.md b/docs/SPECIFICATION.md index 53a623c..85356e1 100644 --- a/docs/SPECIFICATION.md +++ b/docs/SPECIFICATION.md @@ -275,7 +275,7 @@ message CastAddBody { oneof parent { // Optional parent of the cast CastId parent_cast_id = 3; string parent_url = 7; // Parent URL - }; + } string text = 4; // Text of the cast repeated uint32 mentions_positions = 5; // Byte positions of the mentions in the text repeated Embed embeds = 6; // URIs or CastIds to be embedded in the cast