diff --git a/doc/langref.html.in b/doc/langref.html.in
index 543b77edc054b7d8d158c056d46f8b608ab88856..b280786c67a2cc360052d3b11daf51f702a85c0d 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