commit 4de011ad819049a7a25b43aed732aed8181c90e2
parent 2851b0dcc5c224d58b6d40cf14baa8c283b5bf75
Author: figsoda <figsoda@pm.me>
Date: Sun, 3 Sep 2023 21:56:51 -0400
parent 2851b0dcc5c224d58b6d40cf14baa8c283b5bf75
Author: figsoda <figsoda@pm.me>
Date: Sun, 3 Sep 2023 21:56:51 -0400
docs: fix typo
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/api/transformers.md b/docs/src/api/transformers.md @@ -53,5 +53,5 @@ Source: [`src/transformers/prependUnderscore.nix`](https://github.com/nix-commun Type: `[ String ] -> { ... } -> { ... }` -This transformer prepnds `_` to attributes that are not valid identifiers, e.g. `42` -> `_42`. +This transformer prepends `_` to attributes that are not valid identifiers, e.g. `42` -> `_42`. Attributes that are already valid identifiers (e.g. `foo`) are left unchanged.