From bfc318669906f6db63ea268573243ae2403f550c Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 5 May 2026 14:22:54 +0200 Subject: [PATCH 1/3] dev-guide: mention alphabet sorting --- src/dev-guide.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/dev-guide.rst b/src/dev-guide.rst index 679c2709..311c9a53 100644 --- a/src/dev-guide.rst +++ b/src/dev-guide.rst @@ -10,6 +10,13 @@ Developer Guide This document outlines the various formats, processes, and procedures associated with the maintenance of the FLS. +Enumeration +----------- + +When mentioning multiple entities, sort them by alphabet. + +As an example, "A function item type implements Clone, Copy, Send, and Sync traits". + Changelog maintenance --------------------- From 15f6252a84fc7a66b55635abbd397de52870a8c1 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 6 May 2026 18:07:35 +0200 Subject: [PATCH 2/3] re-style language Co-authored-by: Hristian Kirtchev <60669983+kirtchev-adacore@users.noreply.github.com> --- src/dev-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dev-guide.rst b/src/dev-guide.rst index 311c9a53..81d0c9df 100644 --- a/src/dev-guide.rst +++ b/src/dev-guide.rst @@ -13,9 +13,9 @@ This document outlines the various formats, processes, and procedures associated Enumeration ----------- -When mentioning multiple entities, sort them by alphabet. +When enumerating multiple entities, sort them alphabetically. -As an example, "A function item type implements Clone, Copy, Send, and Sync traits". +For example, in the sentence "A function item type implements Clone, Copy, Send, and Sync traits" the enumerated traits are sorted alphabetically. Changelog maintenance --------------------- From 99d5f0c437c9091d0b823559f0ff69a135afd6f5 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 6 May 2026 18:08:43 +0200 Subject: [PATCH 3/3] missing pause --- src/dev-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev-guide.rst b/src/dev-guide.rst index 81d0c9df..1b0daa87 100644 --- a/src/dev-guide.rst +++ b/src/dev-guide.rst @@ -15,7 +15,7 @@ Enumeration When enumerating multiple entities, sort them alphabetically. -For example, in the sentence "A function item type implements Clone, Copy, Send, and Sync traits" the enumerated traits are sorted alphabetically. +For example, in the sentence "A function item type implements Clone, Copy, Send, and Sync traits", the enumerated traits are sorted alphabetically. Changelog maintenance ---------------------