You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2018/10/01 23:27:07 UTC

svn commit: r1842574 - /felix/site/trunk/content/documentation/subprojects/apache-felix-gogo/rfc-147-overview.mdtext

Author: rotty3000
Date: Mon Oct  1 23:27:07 2018
New Revision: 1842574

URL: http://svn.apache.org/viewvc?rev=1842574&view=rev
Log:
CMS commit to felix by rotty3000

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-gogo/rfc-147-overview.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-gogo/rfc-147-overview.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-gogo/rfc-147-overview.mdtext?rev=1842574&r1=1842573&r2=1842574&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-gogo/rfc-147-overview.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-gogo/rfc-147-overview.mdtext Mon Oct  1 23:27:07 2018
@@ -137,7 +137,7 @@ Command implementations don't need to re
         }
     }
 
-## Normal commands can provide control primitives.
+### Normal commands can provide control primitives.
 
     :::java
     public void each(CommandSession session, Collection<Object> list, Function closure) throws Exception {
@@ -146,6 +146,7 @@ Command implementations don't need to re
         }
     }
 
+
     :::shell
     g! each [Jan Feb Mar] { echo $it | grep . }
     Jan