From cdd90d4caccf5d95481acde3d3a9038897fa1314 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Sun, 15 Feb 2026 20:50:30 -0800 Subject: [PATCH] release-notes.md: add missing period in step 2 notes All of the other bullet points end with a period, add the missing one --- src/release/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release/release-notes.md b/src/release/release-notes.md index 24994f73..3118f01d 100644 --- a/src/release/release-notes.md +++ b/src/release/release-notes.md @@ -55,7 +55,7 @@ Stabilized APIs and Const Stabilized APIs should both be formatted roughly as fo Note that: * this is not a PR link, but directly links the standard library docs. -* the link is to stable docs (and so may not actually work at time of writing) +* the link is to stable docs (and so may not actually work at time of writing). * the API is directly noted. Sometimes we compress APIs (e.g., `uN` for unsigned integers) to avoid too much text. * link fragments can be long and hard to predict, so it is often better to copy and paste the url than write it manually