From f34aab2d4072d30bc689ef69e945a4d8acfe657b Mon Sep 17 00:00:00 2001 From: Peter Lawrey Date: Sat, 18 Apr 2026 12:28:35 +0100 Subject: [PATCH] docs: fix subject-verb agreement in internal package-info "any and all sub-packages contains" -> "any and all sub-packages contain". The subject is plural; the verb was singular. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/main/java/net/openhft/compiler/internal/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/openhft/compiler/internal/package-info.java b/src/main/java/net/openhft/compiler/internal/package-info.java index e459569..29f3c7b 100644 --- a/src/main/java/net/openhft/compiler/internal/package-info.java +++ b/src/main/java/net/openhft/compiler/internal/package-info.java @@ -2,7 +2,7 @@ * Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0 */ /** - * This package and any and all sub-packages contains strictly internal classes for this Chronicle library. + * This package and any and all sub-packages contain strictly internal classes for this Chronicle library. * Internal classes shall never be used directly. *

* Specifically, the following actions (including, but not limited to) are not allowed