Revision: 9395
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9395&view=rev
Author:   dnaber
Date:     2013-02-16 21:31:55 +0000 (Sat, 16 Feb 2013)
Log Message:
-----------
improve example

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
    trunk/website/www/development/index.php

Modified: 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-02-16 19:02:17 UTC (rev 9394)
+++ 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-02-16 21:31:55 UTC (rev 9395)
@@ -7824,6 +7824,8 @@
             <message>Probable usage error. Use <suggestion>and</suggestion> 
after 'both'.</message>
             <short>Grammatical problem</short>
             <example type="correct">He is both rich and handsome.</example>
+            <example type="correct">He is both rich and smart <marker>as well 
as</marker> handsome.</example>
+            <example type="correct">He is both very rich and smart <marker>as 
well as</marker> handsome.</example>
             <example correction="and" type="incorrect">He is both very rich 
<marker>as well as</marker> handsome.</example>
         </rule>
         <rule id="ACCORDING_TO_ME" name="according to me (in my opinion)">

Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php     2013-02-16 19:02:17 UTC (rev 
9394)
+++ trunk/website/www/development/index.php     2013-02-16 21:31:55 UTC (rev 
9395)
@@ -2,7 +2,7 @@
 $page = "development";
 $title = "LanguageTool";
 $title2 = "Development";
-$lastmod = "2013-01-23 22:06:00 CET";
+$lastmod = "2013-02-16 22:06:00 CET";
 include("../../include/header.php");
 include('../../include/geshi/geshi.php');
 ?>
@@ -287,11 +287,12 @@
 
       <li>
         <p><strong>Match coordinated words</strong>, for example to match
-               "both... as well" we could write:</p>
+               "both ... as well as" we could write:</p>
 
                <?php hl('<token skip="-1">both<exception 
scope="next">and</exception></token>
 <token>as</token>
-<token>well</token>'); ?>
+<token>well</token>
+<token>as</token>'); ?>
 
                <p>Here the exception is applied only to the skipped tokens.</p>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to