/// # Notes
///
/// `f32::to_int_unchecked<T>` can lead to UB when converting an `x` that:
-/// * Is Inf
-/// * Is NaN
-/// * Would produce a value that is out of bounds for <T>
+/// * Is `Inf`
+/// * Is `NaN`
+/// * Would produce a value that is out of bounds for `T`
///
/// This function performs the same operation, but returns an implementation
/// defined value for these cases.
/// # Notes
///
/// `f32::to_int_unchecked<T>` can lead to UB when converting an `x` that:
-/// * Is Inf
-/// * Is NaN
-/// * Would produce a value that is out of bounds for <T>
+/// * Is `Inf`
+/// * Is `NaN`
+/// * Would produce a value that is out of bounds for `T`
///
/// This function performs the same operation, but returns an implementation
/// defined value for these cases.