Skip to content

Commit

Permalink
[#42] Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Orchaldir committed Sep 23, 2023
1 parent 97a87fe commit 9f07e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpg_tools_rendering/examples/shirts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn main() {

fn create(neckline: Neckline, sleeve_style: SleeveStyle) -> (String, Shirt) {
(
format!("{} {}", neckline, sleeve_style),
format!("{} - {}", neckline, sleeve_style),
Shirt {
sleeve_style,
neckline,
Expand Down

0 comments on commit 9f07e5a

Please sign in to comment.