From a7cdb0e49446ff12742820bafef883797ea79d22 Mon Sep 17 00:00:00 2001 From: EduardGomezEscandell Date: Thu, 5 Oct 2023 16:04:50 +0200 Subject: [PATCH] Fix docstring in versions.json also switched the key to _doc to make it more obvious that it is not a key to be used. --- tools/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/versions.json b/tools/versions.json index eb2112b4f..48bd0a952 100644 --- a/tools/versions.json +++ b/tools/versions.json @@ -1,4 +1,4 @@ { - "doc": "This doument is used by the CI to track versions that cannot be tracked by Go.", + "_doc": "This document is used by the CI to track versions that cannot be tracked by Go.", "flutter-version": "3.13.x" } \ No newline at end of file