@@ -1144,11 +1144,11 @@ pub struct FirstHopCandidate<'a> {
1144
1144
///
1145
1145
/// [`find_route`] validates this prior to constructing a [`CandidateRouteHop`].
1146
1146
///
1147
- /// This is not exported to bindings users as lifetimes are not expressable in most languages.
1147
+ /// This is not exported to bindings users as lifetimes are not expressible in most languages.
1148
1148
pub details : & ' a ChannelDetails ,
1149
1149
/// The node id of the payer, which is also the source side of this candidate route hop.
1150
1150
///
1151
- /// This is not exported to bindings users as lifetimes are not expressable in most languages.
1151
+ /// This is not exported to bindings users as lifetimes are not expressible in most languages.
1152
1152
pub payer_node_id : & ' a NodeId ,
1153
1153
}
1154
1154
@@ -1158,7 +1158,7 @@ pub struct PublicHopCandidate<'a> {
1158
1158
/// Information about the channel, including potentially its capacity and
1159
1159
/// direction-specific information.
1160
1160
///
1161
- /// This is not exported to bindings users as lifetimes are not expressable in most languages.
1161
+ /// This is not exported to bindings users as lifetimes are not expressible in most languages.
1162
1162
pub info : DirectedChannelInfo < ' a > ,
1163
1163
/// The short channel ID of the channel, i.e. the identifier by which we refer to this
1164
1164
/// channel.
@@ -1170,11 +1170,11 @@ pub struct PublicHopCandidate<'a> {
1170
1170
pub struct PrivateHopCandidate < ' a > {
1171
1171
/// Information about the private hop communicated via BOLT 11.
1172
1172
///
1173
- /// This is not exported to bindings users as lifetimes are not expressable in most languages.
1173
+ /// This is not exported to bindings users as lifetimes are not expressible in most languages.
1174
1174
pub hint : & ' a RouteHintHop ,
1175
1175
/// Node id of the next hop in BOLT 11 route hint.
1176
1176
///
1177
- /// This is not exported to bindings users as lifetimes are not expressable in most languages.
1177
+ /// This is not exported to bindings users as lifetimes are not expressible in most languages.
1178
1178
pub target_node_id : & ' a NodeId
1179
1179
}
1180
1180
@@ -1189,7 +1189,7 @@ pub struct BlindedPathCandidate<'a> {
1189
1189
/// Information about the blinded path including the fee, HTLC amount limits, and
1190
1190
/// cryptographic material required to build an HTLC through the given path.
1191
1191
///
1192
- /// This is not exported to bindings users as lifetimes are not expressable in most languages.
1192
+ /// This is not exported to bindings users as lifetimes are not expressible in most languages.
1193
1193
pub hint : & ' a ( BlindedPayInfo , BlindedPath ) ,
1194
1194
/// Index of the hint in the original list of blinded hints.
1195
1195
///
@@ -1211,7 +1211,7 @@ pub struct OneHopBlindedPathCandidate<'a> {
1211
1211
///
1212
1212
/// Note that the [`BlindedPayInfo`] is ignored here.
1213
1213
///
1214
- /// This is not exported to bindings users as lifetimes are not expressable in most languages.
1214
+ /// This is not exported to bindings users as lifetimes are not expressible in most languages.
1215
1215
pub hint : & ' a ( BlindedPayInfo , BlindedPath ) ,
1216
1216
/// Index of the hint in the original list of blinded hints.
1217
1217
///
0 commit comments