From 97507151dc871e7810eecd352b52154d94fbbc12 Mon Sep 17 00:00:00 2001 From: FrankQiu Date: Mon, 4 Oct 2021 00:48:46 +0800 Subject: [PATCH] doc: add a comma --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 9aac7e956a3f5d..99b2014c19b9ca 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -235,7 +235,7 @@ The Node.js project supports Python >= 3 for building and testing. * `gcc` and `g++` >= 8.3 or newer, or * GNU Make 3.81 or newer -* Python 3.6, 3.7, 3.8, 3.9 or 3.10 (see note above) +* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) Installation via Linux package manager can be achieved with: @@ -250,7 +250,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`. #### macOS prerequisites * Xcode Command Line Tools >= 11 for macOS -* Python 3.6, 3.7, 3.8, 3.9 or 3.10 (see note above) +* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above) macOS users can install the `Xcode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode