Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpschonbac2008-06-20 13:47:08 +0000
committerpschonbac2008-06-20 13:47:08 +0000
commit6b9fee720058ad82bdc829ca3196a5ed7708da91 (patch)
tree21ff8579b0334d804d9819a7a3c411e52396ec73
parentdfe6bbf70c864234944d1ccd2730b01b754183e5 (diff)
downloadorg.eclipse.xpand-6b9fee720058ad82bdc829ca3196a5ed7708da91.tar.gz
org.eclipse.xpand-6b9fee720058ad82bdc829ca3196a5ed7708da91.tar.xz
org.eclipse.xpand-6b9fee720058ad82bdc829ca3196a5ed7708da91.zip
Incorrect example fixed
-rw-r--r--doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml b/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml
index dd17c343..0fae3078 100644
--- a/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml
+++ b/doc/org.eclipse.xpand.doc/src/5.0/content/xpand_reference.xml
@@ -1658,7 +1658,7 @@
<invoke value="my::example::Trafo::transform(inputSlot)"/>
<outputSlot value="transformedModel"/>
- <value="my::Advices,my::Advices2"/>
+ <advices value="my::Advices,my::Advices2"/>
&lt;/component&gt; </programlisting>
</section>

Back to the top