From bfe54a6b8266fecad8e05ed1b589256f089e94ab Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sat, 15 Sep 2012 13:06:55 -0300 Subject: [PATCH] Fixed two typos in the update news --- HelpSource/Guides/News-3_6.schelp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HelpSource/Guides/News-3_6.schelp b/HelpSource/Guides/News-3_6.schelp index f27ca6179..ea068805f 100644 --- a/HelpSource/Guides/News-3_6.schelp +++ b/HelpSource/Guides/News-3_6.schelp @@ -41,7 +41,7 @@ link::Classes/Sum4:: ugens. subsection:: Basic dead code elimination for SynthDefs -The process of building synthdefs how performs a simple dead code elimination pass, which removes all +The process of building synthdefs now performs a simple dead code elimination pass, which removes all link::Classes/PureUGen:: instaces without successor. subsection:: Case sensitive String comparision @@ -65,4 +65,4 @@ subsection:: SynthDef2 fileformat subsection:: C++ base class for Unit Generators -A new C++ base class has been introduces, which extends the plain c-style Unit struct by a moden C++ interface. +A new C++ base class has been introduced, which extends the plain c-style Unit struct by a moden C++ interface. -- 2.11.4.GIT