src/Doc/Codegen/Introduction.thy
changeset 65981 e2c25346b156
parent 61076 bdc1e2f0a86a
child 66453 cc19f7ca2ed6
--- a/src/Doc/Codegen/Introduction.thy	Tue May 30 22:39:18 2017 +0200
+++ b/src/Doc/Codegen/Introduction.thy	Wed May 31 11:43:37 2017 +0200
@@ -70,7 +70,7 @@
 text \<open>\noindent Then we can generate code e.g.~for @{text SML} as follows:\<close>
 
 export_code %quote empty dequeue enqueue in SML
-  module_name Example file "$ISABELLE_TMP/examples/example.ML"
+  module_name Example file "$ISABELLE_TMP/example.ML"
 
 text \<open>\noindent resulting in the following code:\<close>