From 602d65a1cb879234996f8d2e200b534632279ec7 Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Sun, 20 Oct 2024 15:45:31 +1100 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8f7f3456d..7e2dcba6b74 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ We strive to document these changes in the release notes on a best-effort basis. We strive to maintain a stable, passing build across all branches. -- `master`: Reflects the source code for the latest released version . +- `master`: Reflects the source code for the latest released version. - `nightly`: Contains experimental features, merged from the `develop` branch daily or as needed. - `develop`: Very active with frequent commits and may include experimental features.