Skip to content

Commit 3a300d5

Browse files
committed
Conform to macOS, where appropriate
1 parent 02a8b42 commit 3a300d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ that project. See the next section for more information on configuration files.
13661366
13671367
### Platform-specific script issues
13681368
1369-
On Mac OSX:
1369+
On macOS:
13701370
13711371
- Avoid `{-# LANGUAGE CPP #-}` in Stack scripts; it breaks the hashbang line
13721372
([GHC #6132](https://gitlab.haskell.org/ghc/ghc/issues/6132))
@@ -1672,7 +1672,7 @@ the Nixpkgs.
16721672
Both Docker and Nix are methods to *isolate* builds and thereby make them more
16731673
reproducible. They just differ in the means of achieving this isolation. Nix
16741674
provides slightly weaker isolation guarantees than Docker, but is more
1675-
lightweight and more portable (Linux and OS X mainly, but also Windows). For
1675+
lightweight and more portable (Linux and macOS mainly, but also Windows). For
16761676
more on Nix, its command-line interface and its package description language,
16771677
read the [Nix manual](http://nixos.org/nix/manual). But keep in mind that the
16781678
point of Stack's support is to obviate the need to write any Nix code in the

0 commit comments

Comments
 (0)