zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit edbed945848da60f72cbd60340cbb484d48aa94c
parent 13c2fcf9e60ac2cd99e25433efd0d35e3b43d14c
Author: figsoda <figsoda@pm.me>
Date: Fri, 31 Mar 2023 20:57:57 -0400

fix grammar
1 file changed, 2 insertions(+), 2 deletions(-)
M
README.md
|
4
++--
diff --git a/README.md b/README.md
@@ -121,8 +121,8 @@ Type: `{ self, super, root, ... } -> Path -> a`
 
 A wrapper around `callPackageWith`.
 It adds `override` and `overrideDerivation` to the output (as `makeOverridable` does),
-an requires the file being loaded to be a function that returns an attribute set.
-Different from [`loaders.default`], it will respect optional function arguments,
+and requires the file being loaded to be a function that returns an attribute set.
+Unlike [`loaders.default`], it will respect optional function arguments,
 as they can be overridden with the added `override` attribute.
 
 ### [`loaders.default`](src/loaders/default.nix)