From 07d2247f62630d420791e7f7fe420ff40a142ae5 Mon Sep 17 00:00:00 2001 From: Ryan Hendrickson Date: Sun, 14 Jul 2024 19:08:24 -0400 Subject: [PATCH] =?UTF-8?q?Be=20more=20precise=20with=20the=20word=20?= =?UTF-8?q?=E2=80=98element=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rfcs/0181-list-index-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfcs/0181-list-index-syntax.md b/rfcs/0181-list-index-syntax.md index e542bbd..8cf58c9 100644 --- a/rfcs/0181-list-index-syntax.md +++ b/rfcs/0181-list-index-syntax.md @@ -3,7 +3,7 @@ feature: list-index-syntax start-date: 2024-07-14 author: rhendric co-authors: -shepherd-team: @infinisil +shepherd-team: infinisil shepherd-leader: related-issues: https://github.com/NixOS/nix/issues/10949, https://github.com/NixOS/rfcs/pull/137 --- @@ -11,7 +11,7 @@ related-issues: https://github.com/NixOS/nix/issues/10949, https://github.com/Ni # Summary [summary]: #summary -This proposal extends the attrpath syntax to include `'[' INT ']'` elements that refer to values in lists. +This proposal extends the attrpath syntax to include `'[' INT ']'` components that refer to elements in lists. This would enable expressions such as the following: ```nix