From beff9be8c1ea5a74ed5daff8b4dda7f5397b4055 Mon Sep 17 00:00:00 2001 From: Vladimir Babin Date: Thu, 27 Aug 2026 07:38:23 +0300 Subject: [PATCH] Fix grammar in README: its own, provide a library Correct two grammatical errors in the repository overview: - "it's own" -> "its own" (possessive, not the contraction of "it is") - "provide library" -> "provide a library" (missing article) Also removes trailing whitespace on the two edited lines. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80a5eb6d0..48b18afef 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ This repository isn't meant for consumable libraries, any documentation for a Sw This library hosts general content related to the Swift language, guides, and cross-cutting details that support the Swift ecosystem more broadly. Each of the catalogs is matched with an entry in the [CODEOWNERS][codeowners] file, which provides the technical reviewers for that catalog. -Each directory has it's own Swift package in order to support a full breadth of tooling for documentation and examples, including snippets. -The packages in this repository aren't meant to be depended upon or provide library. +Each directory has its own Swift package in order to support a full breadth of tooling for documentation and examples, including snippets. +The packages in this repository aren't meant to be depended upon or provide a library. ## How you can help