davidcostanzo opened a new pull request, #404:
URL: https://github.com/apache/commons-jexl/pull/404

   1. Document the rest of the reserved words that can't be used as an 
identifier
   2. Fix the text in the to the "Control Flow" section.
   3. Fix some typos
   4. Document the switch statements/expressions
   5. Document that a trailing comma is legal in array/map/set literals.
   
   The most controversial part of this change is the use of `<pre>` in the 
documentation for `switch`.  The examples come from JEXL-440, which has useful 
"//" comments.  Without `<pre>` the switch examples were rendered on a single 
difficult-to-read line code that was technically malformed due to the // 
comments.  In that state, the code samples made the documentation worse.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to