From 3b71f10427345a435ecbfadfc4d7e5c2b344a87f Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 29 Feb 2024 11:49:50 +0000 Subject: [PATCH] Fixed typo. --- dist/notes/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/notes/data.json b/dist/notes/data.json index 2b1b1fb559..bd322416f0 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -22,7 +22,7 @@ "bug_fixes": [ { "num": 13176, "desc": "Mouse-over viewer to respect Show Unrotated for Cargo on rotated Mats" }, { "num": 13166, "desc": "Improved error catching and reporting when importing XML files into Editor" }, - { "num": 13161, "desc": "Prevent ArrayIndexOutOfBounds during search", + { "num": 13161, "desc": "Prevent ArrayIndexOutOfBounds during search" }, { "num": 13152, "desc": "Prevent NPE when cut/paste List Scenario Property" }, { "num": 13146, "desc": "Game Piece Layer controls cannot be disabled by a property" }, { "num": 13132, "desc": "Remove counters from Zone Count correctly when moving to Stack on another Map" },