diff --git a/doc/langref.html.in b/doc/langref.html.in index a084a57825712b5f88ce17ffc5e70ae66b4e02ea..9f32e05896e3eccf237f6388b79198f65c90a0b8 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -3582,12 +3582,10 @@ void do_a_thing(struct Foo *foo) { {#header_close#} {#header_open|Explicit Casts#} -

- Explicit casts are performed via {#link|Builtin Functions#}. - Some explicit casts are safe; some are not. - Some explicit casts perform language-level assertions; some do not. - Some explicit casts are no-ops at runtime; some are not. -

+

Explicit casts are performed via {#link|Builtin Functions#}.

+

Some explicit casts can violate type safety when used incorrectly.

+

Some explicit casts perform language-level assertions.

+

Some explicit casts are no-ops at runtime.