diff --git a/doc/langref.html.in b/doc/langref.html.in
index 543b77edc0..b280786c67 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -5400,7 +5400,7 @@ inline fn foo(a: i32, b: i32) i32 {
function, except for these scenarios:
- To change how many stack frames are in the call stack, for debugging purposes.
- - To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.
+
- To force comptime-ness of the arguments to propagate to the return value of the function, as in the above example.
- Real world performance measurements demand it.
Note that {#syntax#}inline{#endsyntax#} actually restricts