unwrap
diff --git a/src/const_eval.md b/src/const_eval.md
index af44b8d..23c66d9 100644
--- a/src/const_eval.md
+++ b/src/const_eval.md
@@ -262,12 +262,10 @@
 A _const fn_ is a function that one is permitted to call from a const context.
 
 r[const-eval.const-fn.usage]
-Declaring a function
-`const` has no effect on any existing uses.
+Declaring a function `const` has no effect on any existing uses.
 
 r[const-eval.const-fn.restrictions]
-Declaring a function `const` restricts the types that arguments and the
-return type may use, and restricts the function body to constant expressions.
+Declaring a function `const` restricts the types that arguments and the return type may use, and restricts the function body to constant expressions.
 
 r[const-eval.const-fn.const-context]
 When called from a const context, the function is interpreted by the