This commit is contained in:
Nikolay Volf 2016-02-17 03:17:02 +03:00
parent 4a028f5faf
commit d63f13245f

View File

@ -16,7 +16,7 @@
//! Semantic version formatting and comparing. //! Semantic version formatting and comparing.
/// A version value with strict meaning. Use `to_u32` to convert to a simple integer. /// A version value with strict meaning. Use `as_u32` to convert to a simple integer.
/// ///
/// # Example /// # Example
/// ``` /// ```