Fix spelling error.

This commit is contained in:
Kevin Quick 2020-09-28 08:58:14 -07:00
parent bd5328814f
commit bcb3da3b6b
No known key found for this signature in database
GPG key ID: E6D7733599CC0A21

View file

@ -22,7 +22,7 @@ struct Tree
struct InputScheme;
// The Input object is generated by a specific fetcher, based on the
// user-supplied input attribute in the flake.nix file, and contians
// user-supplied input attribute in the flake.nix file, and contains
// the information that the specific fetcher needs to perform the
// actual fetch. The Input object is most commonly created via the
// "fromURL()" or "fromAttrs()" static functions which are provided the