mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
fix typo in doc comment
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ pub struct Version {
|
||||
}
|
||||
|
||||
impl Version {
|
||||
/// Converts a raw *SDL_version to Version
|
||||
/// Convert a raw *SDL_version to Version.
|
||||
pub fn from_ll(sv: *ll::SDL_version) -> Version {
|
||||
unsafe {
|
||||
let v = *sv;
|
||||
|
||||
Reference in New Issue
Block a user