- Corrected comment to include quotes that are necessary for patterns.
This commit is contained in:
Paul Beckingham
2014-10-17 16:32:11 -04:00
parent 8d359ddd70
commit 171fabbcda

View File

@@ -803,7 +803,7 @@ void CLI::unsweetenAttributeModifiers ()
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// /pattern/ --> description ~ pattern // /pattern/ --> description ~ 'pattern'
void CLI::unsweetenPatterns () void CLI::unsweetenPatterns ()
{ {
std::vector <A> reconstructed; std::vector <A> reconstructed;