Skip to content

Commit

Permalink
Fixed typo (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecardleitao authored Dec 6, 2023
1 parent 9f42169 commit 16fa44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/export_private_jets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
}
let data_csv = wtr.into_inner().unwrap();
let specification_md = r#"This dataset was created according to
[this methodology](https://github.com/jorgecardleitao/private-jets/methdology.md).
[this methodology](https://github.com/jorgecardleitao/private-jets/blob/main/methodology.md).
It contains 3 columns:
* `icao_number`: The transponder identifier
Expand Down

0 comments on commit 16fa44e

Please sign in to comment.