From a0bad9a0486fa586a2389cb38953e1137de5e8bd Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Wed, 1 Apr 2026 12:58:51 +0300 Subject: [PATCH] Update descriptions in gcra.json (#14969) Low risk documentation-only change updating `src/commands/gcra.json` reply field descriptions with no functional or behavioral impact. --- src/commands/gcra.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands/gcra.json b/src/commands/gcra.json index 137a9fedc..cc0e029c2 100644 --- a/src/commands/gcra.json +++ b/src/commands/gcra.json @@ -47,15 +47,15 @@ }, { "type": "integer", - "description": "Max request number: always equal to max_burst+1" + "description": "Max request tokens: always equal to max_burst+1" }, { "type": "integer", - "description": "Number of requests available immediately" + "description": "Number of tokens available immediately" }, { "type": "integer", - "description": "Retry after: seconds after which caller should retry. Always -1 if not limited" + "description": "Retry after: seconds after which the caller should retry. Always -1 if not limited" }, { "type": "integer",