From 54cf422855cafb486af093e9464ea662ee7baa4f Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 20 Feb 2025 17:32:03 +0300 Subject: [PATCH] doc/rl-2505: reindent the `functor` note --- doc/release-notes/rl-2505.section.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/rl-2505.section.md b/doc/release-notes/rl-2505.section.md index 47d978404ca0..22362fd0ce88 100644 --- a/doc/release-notes/rl-2505.section.md +++ b/doc/release-notes/rl-2505.section.md @@ -53,7 +53,7 @@ ### Deprecations {#sec-nixpkgs-release-25.05-lib-deprecations} -`functor` is an implementation detail and should not be relied upon, but since its status wasn't clear and it has had some use cases without alternatives, changes are being handled as gracefully as possible. Deprecations within functor: -- `functor.wrapped` is now deprecated for some types and using it will give a warning with migration instructions. It is deprecated for these types: +- `functor` is an implementation detail and should not be relied upon, but since its status wasn't clear and it has had some use cases without alternatives, changes are being handled as gracefully as possible. Deprecations within functor: + - `functor.wrapped` is now deprecated for some types and using it will give a warning with migration instructions. It is deprecated for these types: - `lib.types.attrsWith` - `lib.types.listOf`