From ce54880c1d9823980d9936c201b6436884568b81 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 25 Aug 2018 17:33:03 +0200 Subject: [PATCH] gcc: Improve writing style in post-installation notes (#2528) --- gcc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc.json b/gcc.json index 971990456c..e15bd8b74c 100644 --- a/gcc.json +++ b/gcc.json @@ -15,5 +15,8 @@ } }, "env_add_path": "bin", - "notes": "The 64bit version is built with Structured Exception Handling (SEH), the 32bit is built with DWARF. Both 64bit and 32bit support Posix threading model" + "notes": [ + "The 64-bit version is built with Structured Exception Handling (SEH), whereas the 32-bit version is built with DWARF.", + "Both 64-bit and 32-bit versions use the POSIX threading model." + ] }