We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caafc63 commit 8b85a2fCopy full SHA for 8b85a2f
1 file changed
docs/container-groovy.md
@@ -3,9 +3,9 @@ The Groovy Container allows a uncompiled (i.e. `*.groovy`) to be run.
3
4
<table>
5
<tr>
6
- <td><strong>Detection Criterion</strong></td><td><ul>
7
- <li>A <tt>.groovy</tt> file exists which has a <tt>main()</tt> method</li>
8
- <li>A <tt>.groovy</tt> file exists which is not a POGO (a POGO contains one or more classes)</li>
+ <td><strong>Detection Criteria</strong></td><td><ul>
+ <li>A <tt>.groovy</tt> file exists which has a <tt>main()</tt> method, or</li>
+ <li>A <tt>.groovy</tt> file exists which is not a POGO (a POGO contains one or more classes), or</li>
9
<li>A <tt>.groovy</tt> file exists which has a shebang (<tt>#!</tt>) declaration</li>
10
</ul></td>
11
</tr>
0 commit comments