utils::construct_blinded_hops(secp_ctx, pks, tlvs, session_priv)
}
-/// Advance the blinded onion message path by one hop, so make the second hop into the new
+/// Advance the blinded onion message path by one hop, making the second hop into the new
/// introduction node.
///
/// Will only modify `path` when returning `Ok`.
utils::construct_blinded_hops(secp_ctx, pks, tlvs, session_priv)
}
-/// Advance the blinded onion payment path by one hop, so make the second hop into the new
+/// Advance the blinded onion payment path by one hop, making the second hop into the new
/// introduction node.
///
/// Will only modify `path` when returning `Ok`.