minghuaw / fe2o3-amqp

A rust implementation of the AMQP1.0 protocol based on serde and tokio.
MIT License
58 stars 7 forks source link

Typo in `Body` documentation #236

Closed minghuaw closed 2 months ago

minghuaw commented 5 months ago

Whether the body section is Nothing

https://docs.rs/fe2o3-amqp/latest/fe2o3_amqp/types/messaging/enum.Body.html#method.is_empty

Should be changed to "Whether the body section is Empty"