Skip to content
This repository was archived by the owner on Dec 10, 2023. It is now read-only.

Commit ab86363

Browse files
Fixed wording again
1 parent c1a4bdb commit ab86363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ui_test"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55

66
[dependencies]

src/app_logic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fn render_main_body(ctx: &Context) {
134134
f) reason six\n\
135135
g) reason seven\n\
136136
h) reason eight\n\
137-
i) reason")
137+
i) reason nine")
138138
.size(15_f32));
139139
});
140140
});

0 commit comments

Comments
 (0)