Skip to content
Snippets Groups Projects
Commit cbc2f2f8 authored by Risto Saarelma's avatar Risto Saarelma
Browse files

Fix doc comment

parent 7043829a
Branches trunk
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ fn parse_properties<R: Read>(parser: &mut EventReader<R>) -> Result<Properties, ...@@ -148,7 +148,7 @@ fn parse_properties<R: Read>(parser: &mut EventReader<R>) -> Result<Properties,
Ok(p) Ok(p)
} }
/// All Tiled files will be parsed i32o this. Holds all the layers and tilesets /// All Tiled files will be parsed into this. Holds all the layers and tilesets
#[derive(Debug, PartialEq)] #[derive(Debug, PartialEq)]
pub struct Map { pub struct Map {
pub version: String, pub version: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment