Document SessionDescriptionType as singular.

This commit is contained in:
Jimmy Cuadra 2015-11-29 05:28:07 -08:00
parent a4edb3ba52
commit 81351a3ce9

View File

@ -52,7 +52,7 @@ pub struct SessionDescription<'a> {
sdp: &'a str,
}
/// The types of VoIP session descriptions.
/// The type of VoIP session description.
pub enum SessionDescriptionType {
/// An answer.
Answer,