eliminated suspicious Unicode characters;
authorwenzelm
Tue, 07 Mar 2023 23:09:30 +0100
changeset 77569 a8fa53c086a4
parent 77568 13b53fae16f3
child 77570 98b4a9902582
eliminated suspicious Unicode characters;
src/HOL/Examples/Ackermann.thy
--- a/src/HOL/Examples/Ackermann.thy	Tue Mar 07 23:08:14 2023 +0100
+++ b/src/HOL/Examples/Ackermann.thy	Tue Mar 07 23:09:30 2023 +0100
@@ -92,7 +92,7 @@
 
 text \<open>This termination proof uses the argument from
 Nachum Dershowitz and Zohar Manna. Proving termination with multiset orderings.
-Communications of the ACM 22 (8) 1979, 465–476.\<close>
+Communications of the ACM 22 (8) 1979, 465--476.\<close>
 
 text\<open>Setting up the termination proof. Note that Dershowitz had @{term z} as a global variable.
 The top two stack elements are treated differently from the rest.\<close>