From 07ee11b963d64013030a3c72173dbd9dfe19b619 Mon Sep 17 00:00:00 2001
From: naglis <827324+naglis@users.noreply.github.com>
Date: Tue, 26 Dec 2023 10:51:34 +0200
Subject: [PATCH] doc/protocol.rst: fix time tag case

The `Time` song tag starts with an uppercase letter.
---
 doc/protocol.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/protocol.rst b/doc/protocol.rst
index 35d312696..e070fdc54 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -338,7 +338,7 @@ may contain :ref:`song tags <tags>` and other metadata, specifically:
 - ``duration``: the duration of the song in
   seconds; may contain a fractional part.
 
-- ``time``: like ``duration``,
+- ``Time``: like ``duration``,
   but as integer value.  This is deprecated and is only here
   for compatibility with older clients.  Do not use.