docs(guide/providers): note that services can create functions

The conclusion table incorrectly states that services can not create functions.
New table row added to separate "can create functions" and "can create primitives".
This commit is contained in:
SirTophamHatt
2014-09-10 16:39:35 -04:00
committed by Brian Ford
parent 1b6d74cc9f
commit 1a53863662

View File

@@ -409,7 +409,15 @@ To wrap it up, let's summarize the most important points:
<td class="success">yes\*\*</td>
</tr>
<tr>
<td>can create functions/primitives</td>
<td>can create functions</td>
<td class="success">yes</td>
<td class="success">yes</td>
<td class="success">yes</td>
<td class="success">yes</td>
<td class="success">yes</td>
</tr>
<tr>
<td>can create primitives</td>
<td class="success">yes</td>
<td class="error">no</td>
<td class="success">yes</td>