Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit 307eae7

Browse files
author
Ivan King
committed
Resolved #4
- Added missing licenses to deny.toml - Fixed a typo in headers
1 parent cd2053f commit 307eae7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[licenses]
2-
allow = ["MIT", "Apache-2.0"]
2+
allow = ["MIT", "Apache-2.0", "MPL-2.0", "Unicode-3.0", "Unicode-DFS-2016"]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn main() {
3232
let col3_data_plain = format!("{} RUB", individual_cost);
3333
let col4_data_plain = format!("{} RUB", args.ticket_price);
3434

35-
let headers = ["Total Trips", "Monthly", "Individual", "Tciket"];
35+
let headers = ["Total Trips", "Monthly", "Individual", "Ticket"];
3636
let data = [
3737
&col1_data_plain,
3838
&col2_data_plain,

0 commit comments

Comments
 (0)