about summary refs log tree commit diff
path: root/doc/languages-frameworks/ocaml.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/languages-frameworks/ocaml.xml')
-rw-r--r--doc/languages-frameworks/ocaml.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/ocaml.xml b/doc/languages-frameworks/ocaml.xml
index 0deadf2edd03..b7006ecba998 100644
--- a/doc/languages-frameworks/ocaml.xml
+++ b/doc/languages-frameworks/ocaml.xml
@@ -62,7 +62,7 @@ buildDunePackage rec {
     maintainers = with stdenv.lib.maintainers; [ sternenseemann ];
   };
 }
- </programlisting>
+</programlisting>
 
  <para>
   Here is a second example, this time using a source archive generated with
@@ -93,5 +93,5 @@ buildDunePackage rec {
     maintainers = [ maintainers.eqyiel ];
   };
 }
- </programlisting>
+</programlisting>
 </section>