Skip to content

Commit 9750715

Browse files
committed
doc: add a comma
1 parent bafb87d commit 9750715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The Node.js project supports Python >= 3 for building and testing.
235235

236236
* `gcc` and `g++` >= 8.3 or newer, or
237237
* GNU Make 3.81 or newer
238-
* Python 3.6, 3.7, 3.8, 3.9 or 3.10 (see note above)
238+
* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
239239

240240
Installation via Linux package manager can be achieved with:
241241

@@ -250,7 +250,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
250250
#### macOS prerequisites
251251

252252
* Xcode Command Line Tools >= 11 for macOS
253-
* Python 3.6, 3.7, 3.8, 3.9 or 3.10 (see note above)
253+
* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
254254

255255
macOS users can install the `Xcode Command Line Tools` by running
256256
`xcode-select --install`. Alternatively, if you already have the full Xcode

0 commit comments

Comments
 (0)