more correct language
authorhaftmann
Sat, 09 Apr 2022 11:27:09 +0200
changeset 75414 7b75a2c5b142
parent 75413 9c0300345e17
child 75415 e0fa345f1aab
more correct language
src/Doc/Isar_Ref/HOL_Specific.thy
--- a/src/Doc/Isar_Ref/HOL_Specific.thy	Fri Apr 08 17:17:21 2022 +0200
+++ b/src/Doc/Isar_Ref/HOL_Specific.thy	Sat Apr 09 11:27:09 2022 +0200
@@ -2436,9 +2436,8 @@
 
   Variants \<open>code drop:\<close> and \<open>code abort:\<close> take a list of constants as arguments
   and drop all code equations declared for them. In the case of \<open>abort\<close>,
-  these constants then do not require to a specification by means of
-  code equations; if needed these are implemented by program abort (exception)
-  instead.
+  these constants if needed are implemented by program abort
+  (exception).
 
   Packages declaring code equations usually provide a reasonable default
   setup.