Polishes wording across the README, supporting AsciiDoc files, and Java comments/Javadocs.#851
Draft
peter-lawrey wants to merge 3 commits into
Draft
Polishes wording across the README, supporting AsciiDoc files, and Java comments/Javadocs.#851peter-lawrey wants to merge 3 commits into
peter-lawrey wants to merge 3 commits into
Conversation
|
tgd
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This is a documentation-only cleanup. It standardises terminology such as thread-safety, memory-mapped, low-level, and filename, and tightens a number of API descriptions without changing runtime behaviour.
What changed
Updated
README.adocwording for consistency and readabilityPolished supporting documentation, including:
docs/systemProperties.adocsrc/main/docs/StackTrace-user-guide.adocsrc/main/docs/decision-log.adocsrc/main/docs/deterministic-resource-management.adocsrc/main/docs/thread-safety-guarantees.adocCleaned up Java comments and Javadocs across core, IO, pool, util, analytics, shutdown, time, and values packages
Standardised common terms and phrasing, including:
memory mapped->memory-mappedthread safety/non thread safe->thread-safety/non-thread-safelow level->low-levelfile name->filenameTightened a number of descriptions to better match method behaviour, for example:
Fixed a handful of small grammar/style issues in Javadocs and comments
Impact
Reviewer notes
Validation
git diff --check origin/develop..HEADNotes
This PR intentionally keeps scope to wording and documentation polish. Any behavioural or API changes should be handled separately.