From 9016ef5b6f2e041ddc7f4f45de764d54929dfa40 Mon Sep 17 00:00:00 2001 From: felipe stival <14948182+v0idpwn@users.noreply.github.com> Date: Wed, 22 Jan 2025 06:19:22 -0300 Subject: [PATCH] Update lib/protobuf/text.ex Co-authored-by: Andrea Leopardi --- lib/protobuf/text.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protobuf/text.ex b/lib/protobuf/text.ex index 32310be7..b28d7bc5 100644 --- a/lib/protobuf/text.ex +++ b/lib/protobuf/text.ex @@ -1,6 +1,6 @@ defmodule Protobuf.Text do @moduledoc """ - Text encoding of protobufs + Text encoding of Protobufs. According to https://protobuf.dev/reference/protobuf/textformat-spec/, without extensions or `Google.Protobuf.Any` support.