From e637a6b6f2eef3af2a591eb6ea9127e2c9dfeae5 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Fri, 24 Jan 2025 09:07:05 -0800 Subject: [PATCH] Fixes backtick that was missed --- docs/releases/cli-dx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/cli-dx.md b/docs/releases/cli-dx.md index a8cb6a90..593a85d0 100644 --- a/docs/releases/cli-dx.md +++ b/docs/releases/cli-dx.md @@ -60,7 +60,7 @@ * Progress indicator: Updates to color coding to improve readability * Support Java detection for multiline `.sdkmanrc` * Add `build.tool.family` CLI metric -* Fix for 'ZipException: invalid entry size` +* Fix for `ZipException: invalid entry size` * Add `maxFragmentWeight` to `scm.properties` to determine if an LST fragment might be too big to load into memory. * Add `TomlParser` * Also resolve snapshots from `s01.oss.sonatype.org`