Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed two typos in the update news #500

Merged
merged 1 commit into from
Sep 15, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HelpSource/Guides/News-3_6.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.