lol

pkgs/stdenv: fix typo in booter.nix docs

+1 -1
+1 -1
pkgs/stdenv/booter.nix
··· 8 8 # special snowflake due to different authors writing in different times.] 9 9 # 10 10 # The second goal is consistency across each stdenv's stage functions. By 11 - # writing each stage it terms of the previous stage, commonalities between them 11 + # writing each stage in terms of the previous stage, commonalities between them 12 12 # are more easily observable. [Before, there usually was a big attribute set 13 13 # with each stage, and stages would access the previous stage by name.] 14 14 #